Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    AvoidStaticImport
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • SuppressionSingleFilter checks
  • Checker

  • message
  • Exception occurred while parsing

  • checks
  • Checker

  • message
  • Exception occurred while parsing

  • Summary:

    Report id Files Violations Severity-warning
    base 3160 5491 5491
    patch 3160 5491 (5491 removed, 5491 added) 5491 (5491 removed, 5491 added)
    1715 files with differences 10982 changes in violations 10982 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
    base 5491
    patch 5491 (5491 removed, 5491 added)
    changes in violations 10982

    Number of unique base messages reported below: 5491
    Number of unique patch messages reported below: 5491

    Violations:

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java

    Severity Rule Message Line Col
    #A1 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19
    #A2 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19 37
    #A3 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 20
    #A4 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 20 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/CollectionTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A6 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75
    #A7 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20
    #A8 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java

    Severity Rule Message Line Col
    #A9 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19
    #A10 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19 56
    #A11 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.equal. 20
    #A12 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.equal. 20 56
    #A13 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21
    #A14 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21 56
    #A15 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 22
    #A16 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A17 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.disjoint. 19
    #A18 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.disjoint. 19 36
    #A19 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.FINER. 20
    #A20 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.FINER. 20 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/Helpers.java

    Severity Rule Message Line Col
    #A21 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19
    #A22 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19 36
    #A23 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A24 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A25 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 21
    #A26 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 21 37
    #A27 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 22
    #A28 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/ListTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A29 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A30 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A31 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20
    #A32 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20 75
    #A33 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 21
    #A34 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 21 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java

    Severity Rule Message Line Col
    #A35 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 19
    #A36 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/MapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A37 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.DerivedCollectionGenerators.keySetGenerator. 19
    #A38 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.DerivedCollectionGenerators.keySetGenerator. 19 76

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/NavigableMapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A39 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19
    #A40 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19 56
    #A41 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.reverse. 20
    #A42 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.reverse. 20 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/NavigableSetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A43 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.DESCENDING_VIEW. 19
    #A44 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.DESCENDING_VIEW. 19 75
    #A45 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUBSET_VIEW. 20
    #A46 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUBSET_VIEW. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/SetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A47 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A48 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75
    #A49 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20
    #A50 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/SortedMapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A51 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A52 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/TestEnumMapGenerator.java

    Severity Rule Message Line Col
    #A53 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19
    #A54 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/TestStringSortedMapGenerator.java

    Severity Rule Message Line Col
    #A55 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19
    #A56 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/TestsForListsInJavaUtil.java

    Severity Rule Message Line Col
    #A57 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod. 19
    #A58 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod. 19 79
    #A59 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod. 20
    #A60 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod. 20 74
    #A61 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod. 21
    #A62 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod. 21 74
    #A63 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod. 22
    #A64 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod. 22 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java

    Severity Rule Message Line Col
    #A65 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A66 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/AbstractListMultimapTester.java

    Severity Rule Message Line Col
    #A67 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 17
    #A68 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 17 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultimapTester.java

    Severity Rule Message Line Col
    #A69 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19
    #A70 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java

    Severity Rule Message Line Col
    #A71 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A72 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A73 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A74 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A75 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21
    #A76 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21 75
    #A77 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22
    #A78 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22 75
    #A79 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 23
    #A80 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 23 75
    #A81 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 24
    #A82 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 24 72
    #A83 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25
    #A84 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/BiMapClearTester.java

    Severity Rule Message Line Col
    #A85 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 19
    #A86 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 19 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/BiMapEntrySetTester.java

    Severity Rule Message Line Col
    #A87 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19
    #A88 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19 72
    #A89 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A90 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A91 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A92 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A93 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A94 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/BiMapInverseTester.java

    Severity Rule Message Line Col
    #A95 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A96 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/BiMapPutTester.java

    Severity Rule Message Line Col
    #A97 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A98 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A99 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68
    #A107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 24
    #A108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 24 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/BiMapRemoveTester.java

    Severity Rule Message Line Col
    #A109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19
    #A110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19 75
    #A111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/GoogleHelpers.java

    Severity Rule Message Line Col
    #A115 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 19
    #A116 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 19 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListGenerators.java

    Severity Rule Message Line Col
    #A117 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A118 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapAsMapTester.java

    Severity Rule Message Line Col
    #A119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72
    #A121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapEqualsTester.java

    Severity Rule Message Line Col
    #A123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapPutAllTester.java

    Severity Rule Message Line Col
    #A125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17
    #A126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17 56
    #A127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18
    #A128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapPutTester.java

    Severity Rule Message Line Col
    #A129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17
    #A130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17 56
    #A131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18
    #A132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18 72
    #A133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 19
    #A134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 19 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapRemoveTester.java

    Severity Rule Message Line Col
    #A135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 17
    #A136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 17 56
    #A137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 18
    #A138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 18 56
    #A139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapReplaceValuesTester.java

    Severity Rule Message Line Col
    #A145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17
    #A146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17 68
    #A147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MapGenerators.java

    Severity Rule Message Line Col
    #A149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapAsMapGetTester.java

    Severity Rule Message Line Col
    #A151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68
    #A161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24
    #A162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24 68
    #A163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25
    #A164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25 68
    #A165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26
    #A166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapAsMapTester.java

    Severity Rule Message Line Col
    #A167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 17
    #A168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 17 56
    #A169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 18
    #A170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 18 56
    #A171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19
    #A172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19 56
    #A173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23
    #A180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23 68
    #A181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24
    #A182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24 68
    #A183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25
    #A184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25 68
    #A185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26
    #A186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapClearTester.java

    Severity Rule Message Line Col
    #A187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19
    #A188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19 56
    #A189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68
    #A193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 22
    #A194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 22 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapContainsEntryTester.java

    Severity Rule Message Line Col
    #A195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A199 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A200 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68
    #A201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 23
    #A204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapContainsKeyTester.java

    Severity Rule Message Line Col
    #A205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapContainsValueTester.java

    Severity Rule Message Line Col
    #A211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapEntriesTester.java

    Severity Rule Message Line Col
    #A217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 17
    #A218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 17 56
    #A219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 18
    #A220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 18 56
    #A221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19
    #A222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19 75
    #A223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23
    #A230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23 68
    #A231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24
    #A232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24 68
    #A233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25
    #A234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25 68
    #A235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26
    #A236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapEqualsTester.java

    Severity Rule Message Line Col
    #A237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17
    #A238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17 72
    #A239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 18
    #A240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 18 68
    #A241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 19
    #A242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 19 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapGetTester.java

    Severity Rule Message Line Col
    #A243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 18
    #A244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 18 56
    #A245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23
    #A254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23 68
    #A255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24
    #A256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24 68
    #A257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 25
    #A258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 25 68
    #A259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26
    #A260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26 68
    #A261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 27
    #A262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 27 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapKeySetTester.java

    Severity Rule Message Line Col
    #A263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 17
    #A264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 17 75
    #A265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18
    #A266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18 72
    #A267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19
    #A268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19 68
    #A269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapKeysTester.java

    Severity Rule Message Line Col
    #A273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 17
    #A274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 17 56
    #A275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 18
    #A276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 18 75
    #A277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A279 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A280 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22
    #A284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22 68
    #A285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23
    #A286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutAllMultimapTester.java

    Severity Rule Message Line Col
    #A287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19
    #A288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19 56
    #A289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

    Severity Rule Message Line Col
    #A295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 19
    #A298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 19 56
    #A299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

    Severity Rule Message Line Col
    #A307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19
    #A308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19 56
    #A309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 21
    #A312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 21 56
    #A313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23
    #A316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23 68
    #A317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24
    #A318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24 68
    #A319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25
    #A320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapRemoveAllTester.java

    Severity Rule Message Line Col
    #A321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 23
    #A330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 23 68
    #A331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 24
    #A332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 24 68
    #A333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25
    #A334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25 68
    #A335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 26
    #A336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 26 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapRemoveEntryTester.java

    Severity Rule Message Line Col
    #A337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19
    #A338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19 56
    #A339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22
    #A344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22 68
    #A345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68
    #A347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24
    #A348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24 68
    #A349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25
    #A350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java

    Severity Rule Message Line Col
    #A351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68
    #A361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24
    #A362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapSizeTester.java

    Severity Rule Message Line Col
    #A363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapToStringTester.java

    Severity Rule Message Line Col
    #A377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17
    #A378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17 75
    #A379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18
    #A380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18 72
    #A381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapValuesTester.java

    Severity Rule Message Line Col
    #A387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 17
    #A388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 17 56
    #A389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 18
    #A390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 18 56
    #A391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetAddTester.java

    Severity Rule Message Line Col
    #A397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetContainsTester.java

    Severity Rule Message Line Col
    #A399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17
    #A400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetCountTester.java

    Severity Rule Message Line Col
    #A401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetElementSetTester.java

    Severity Rule Message Line Col
    #A409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19
    #A410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19 56
    #A411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetEntrySetTester.java

    Severity Rule Message Line Col
    #A419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22
    #A426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22 72
    #A427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72
    #A431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetFeature.ENTRIES_ARE_VIEWS. 25
    #A432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetFeature.ENTRIES_ARE_VIEWS. 25 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetEqualsTester.java

    Severity Rule Message Line Col
    #A433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 17
    #A434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 17 75
    #A435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18
    #A436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetIteratorTester.java

    Severity Rule Message Line Col
    #A437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 17
    #A438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 17 64
    #A439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 18
    #A440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 18 64
    #A441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetNavigationTester.java

    Severity Rule Message Line Col
    #A445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17
    #A446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17 50
    #A447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18
    #A448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18 50
    #A449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 19
    #A450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 19 56
    #A451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22
    #A456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22 72
    #A457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetReadsTester.java

    Severity Rule Message Line Col
    #A461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetRemoveTester.java

    Severity Rule Message Line Col
    #A465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19
    #A466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19 56
    #A467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 20
    #A468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 20 75
    #A469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21
    #A470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21 75
    #A471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetSerializationTester.java

    Severity Rule Message Line Col
    #A477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 19
    #A478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetSetCountConditionallyTester.java

    Severity Rule Message Line Col
    #A479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A485 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 22
    #A486 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java

    Severity Rule Message Line Col
    #A489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newTreeSet. 21
    #A494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newTreeSet. 21 45
    #A495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST. 22
    #A496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST. 22 71
    #A497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2. 23
    #A498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2. 23 71
    #A499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST. 24
    #A500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST. 24 71
    #A501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2. 25
    #A502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2. 25 71
    #A503 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 26
    #A504 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapAsMapTester.java

    Severity Rule Message Line Col
    #A505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72
    #A507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapEqualsTester.java

    Severity Rule Message Line Col
    #A509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapPutAllTester.java

    Severity Rule Message Line Col
    #A511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 17
    #A512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 17 56
    #A513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18
    #A514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapPutTester.java

    Severity Rule Message Line Col
    #A515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17
    #A516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17 56
    #A517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 18
    #A518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 18 56
    #A519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 21
    #A524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapReplaceValuesTester.java

    Severity Rule Message Line Col
    #A525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17
    #A526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17 68
    #A527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SortedMapGenerators.java

    Severity Rule Message Line Col
    #A529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SortedMultisetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 20
    #A536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 20 75
    #A537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21
    #A538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21 75
    #A539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 22
    #A540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 22 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SortedSetMultimapAsMapTester.java

    Severity Rule Message Line Col
    #A541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 17
    #A542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 17 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/UnmodifiableCollectionTests.java

    Severity Rule Message Line Col
    #A543 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertEquals. 19
    #A544 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertEquals. 19 39
    #A545 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertTrue. 20
    #A546 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertTrue. 20 39
    #A547 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 21
    #A548 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 21 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/AbstractListIndexOfTester.java

    Severity Rule Message Line Col
    #A549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddAllTester.java

    Severity Rule Message Line Col
    #A553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21
    #A558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21 75
    #A559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22
    #A560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22 75
    #A561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72
    #A563 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24
    #A564 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddTester.java

    Severity Rule Message Line Col
    #A565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21
    #A570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21 75
    #A571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22
    #A572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22 75
    #A573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionClearTester.java

    Severity Rule Message Line Col
    #A575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19
    #A576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19 75
    #A577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsAllTester.java

    Severity Rule Message Line Col
    #A583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsTester.java

    Severity Rule Message Line Col
    #A589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionCreationTester.java

    Severity Rule Message Line Col
    #A595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIsEmptyTester.java

    Severity Rule Message Line Col
    #A599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIteratorTester.java

    Severity Rule Message Line Col
    #A601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20
    #A604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20 64
    #A605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21
    #A606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21 64
    #A607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 22
    #A608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 22 75
    #A609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23
    #A610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23 75
    #A611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 24
    #A612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 24 75
    #A613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25
    #A614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25 72
    #A615 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A616 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveAllTester.java

    Severity Rule Message Line Col
    #A617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21
    #A622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21 75
    #A623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveTester.java

    Severity Rule Message Line Col
    #A629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21
    #A634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21 75
    #A635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

    Severity Rule Message Line Col
    #A641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionSerializationEqualTester.java

    Severity Rule Message Line Col
    #A649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionSerializationTester.java

    Severity Rule Message Line Col
    #A651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java

    Severity Rule Message Line Col
    #A653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToStringTester.java

    Severity Rule Message Line Col
    #A657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20
    #A660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20 75
    #A661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 21
    #A662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 21 75
    #A663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22
    #A664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22 72
    #A665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapPutIfAbsentTester.java

    Severity Rule Message Line Col
    #A669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapRemoveTester.java

    Severity Rule Message Line Col
    #A677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68
    #A683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceEntryTester.java

    Severity Rule Message Line Col
    #A685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68
    #A691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceTester.java

    Severity Rule Message Line Col
    #A693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 22
    #A700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 22 68
    #A701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllAtIndexTester.java

    Severity Rule Message Line Col
    #A703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22
    #A710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22 69
    #A711 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23
    #A712 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllTester.java

    Severity Rule Message Line Col
    #A713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAtIndexTester.java

    Severity Rule Message Line Col
    #A717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23
    #A726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddTester.java

    Severity Rule Message Line Col
    #A727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A729 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A730 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListCreationTester.java

    Severity Rule Message Line Col
    #A733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19
    #A734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19 75
    #A735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListEqualsTester.java

    Severity Rule Message Line Col
    #A739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListIndexOfTester.java

    Severity Rule Message Line Col
    #A741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19
    #A742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19 75
    #A743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListLastIndexOfTester.java

    Severity Rule Message Line Col
    #A747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19
    #A748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19 75
    #A749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListListIteratorTester.java

    Severity Rule Message Line Col
    #A753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 19
    #A754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 19 64
    #A755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20
    #A756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20 64
    #A757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22
    #A760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22 69
    #A761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 23
    #A762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 23 69
    #A763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations. 24
    #A764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations. 24 65
    #A765 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 25
    #A766 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 25 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAllTester.java

    Severity Rule Message Line Col
    #A767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAtIndexTester.java

    Severity Rule Message Line Col
    #A773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19
    #A774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19 75
    #A775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 22
    #A780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 22 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveTester.java

    Severity Rule Message Line Col
    #A781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRetainAllTester.java

    Severity Rule Message Line Col
    #A787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 19
    #A788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 19 56
    #A789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListSetTester.java

    Severity Rule Message Line Col
    #A797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 21
    #A802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 21 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListSubListTester.java

    Severity Rule Message Line Col
    #A803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.getMethod. 19
    #A804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.getMethod. 19 56
    #A805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20
    #A806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20 75
    #A807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23
    #A812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23 69
    #A813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 24
    #A814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 24 69
    #A815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 25
    #A816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 25 69
    #A817 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26
    #A818 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListToArrayTester.java

    Severity Rule Message Line Col
    #A819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapClearTester.java

    Severity Rule Message Line Col
    #A821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19
    #A822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19 72
    #A823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21
    #A826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21 68
    #A827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsKeyTester.java

    Severity Rule Message Line Col
    #A829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsValueTester.java

    Severity Rule Message Line Col
    #A835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapCreationTester.java

    Severity Rule Message Line Col
    #A841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION. 23
    #A850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapEntrySetTester.java

    Severity Rule Message Line Col
    #A851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19
    #A852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19 75
    #A853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23
    #A860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23 68
    #A861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24
    #A862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24 68
    #A863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25
    #A864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25 68
    #A865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26
    #A866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java

    Severity Rule Message Line Col
    #A867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19
    #A868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19 68
    #A869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java

    Severity Rule Message Line Col
    #A871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapHashCodeTester.java

    Severity Rule Message Line Col
    #A877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19
    #A878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19 68
    #A879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapIsEmptyTester.java

    Severity Rule Message Line Col
    #A881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapPutAllTester.java

    Severity Rule Message Line Col
    #A883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22
    #A890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22 68
    #A891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68
    #A893 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24
    #A894 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapPutTester.java

    Severity Rule Message Line Col
    #A895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22
    #A902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22 68
    #A903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapRemoveTester.java

    Severity Rule Message Line Col
    #A905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19
    #A906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19 72
    #A907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22
    #A912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22 68
    #A913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 23
    #A914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 23 68
    #A915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24
    #A916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapSerializationTester.java

    Severity Rule Message Line Col
    #A917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapToStringTester.java

    Severity Rule Message Line Col
    #A919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17
    #A920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17 75
    #A921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18
    #A922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18 72
    #A923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/NavigableMapNavigationTester.java

    Severity Rule Message Line Col
    #A929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/NavigableSetNavigationTester.java

    Severity Rule Message Line Col
    #A937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueueElementTester.java

    Severity Rule Message Line Col
    #A945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueueOfferTester.java

    Severity Rule Message Line Col
    #A953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueuePeekTester.java

    Severity Rule Message Line Col
    #A957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueuePollTester.java

    Severity Rule Message Line Col
    #A965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueueRemoveTester.java

    Severity Rule Message Line Col
    #A975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetAddAllTester.java

    Severity Rule Message Line Col
    #A985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetAddTester.java

    Severity Rule Message Line Col
    #A989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetCreationTester.java

    Severity Rule Message Line Col
    #A995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 20
    #A998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 20 75
    #A999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A1000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A1001 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A1002 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetEqualsTester.java

    Severity Rule Message Line Col
    #A1003 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A1004 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetHashCodeTester.java

    Severity Rule Message Line Col
    #A1005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A1006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetRemoveTester.java

    Severity Rule Message Line Col
    #A1007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A1008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A1009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A1010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SortedMapNavigationTester.java

    Severity Rule Message Line Col
    #A1011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 19
    #A1012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 19 56
    #A1013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A1014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A1015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A1016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A1017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A1018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SortedSetNavigationTester.java

    Severity Rule Message Line Col
    #A1019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A1020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A1021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A1022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A1023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A1024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/escape/testing/EscaperAsserts.java

    Severity Rule Message Line Col
    #A1025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.Escapers.computeReplacement. 19
    #A1026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.Escapers.computeReplacement. 19 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java

    Severity Rule Message Line Col
    #A1027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.and. 19
    #A1028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.and. 19 48
    #A1029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 20
    #A1030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 20 48
    #A1031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.AbstractPackageSanityTests.Chopper.suffix. 21
    #A1032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.AbstractPackageSanityTests.Chopper.suffix. 21 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

    Severity Rule Message Line Col
    #A1033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

    Severity Rule Message Line Col
    #A1035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A1038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A1039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21
    #A1040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21 48
    #A1041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 22
    #A1042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 22 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/DummyProxy.java

    Severity Rule Message Line Col
    #A1043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 20
    #A1046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 20 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/EqualsTester.java

    Severity Rule Message Line Col
    #A1047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1049 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A1050 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A1051 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21
    #A1052 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/EquivalenceTester.java

    Severity Rule Message Line Col
    #A1053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1055 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A1056 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A1057 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21
    #A1058 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/FakeTicker.java

    Severity Rule Message Line Col
    #A1059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java

    Severity Rule Message Line Col
    #A1061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A1064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A1065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21
    #A1066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21 48
    #A1067 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 22
    #A1068 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 22 37
    #A1069 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 23
    #A1070 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 23 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

    Severity Rule Message Line Col
    #A1071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 20
    #A1074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 20 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/GcFinalization.java

    Severity Rule Message Line Col
    #A1075 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 19
    #A1076 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/NullPointerTester.java

    Severity Rule Message Line Col
    #A1077 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1078 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A1080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/Platform.java

    Severity Rule Message Line Col
    #A1081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/RelationshipTester.java

    Severity Rule Message Line Col
    #A1083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/testing/TearDownStack.java

    Severity Rule Message Line Col
    #A1085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/MockFutureListener.java

    Severity Rule Message Line Col
    #A1087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A1088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/SameThreadScheduledExecutorService.java

    Severity Rule Message Line Col
    #A1089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 19
    #A1090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/HelpersTest.java

    Severity Rule Message Line Col
    #A1091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.NullsBeforeB. 19
    #A1092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.NullsBeforeB. 19 56
    #A1093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.testComparator. 20
    #A1094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.testComparator. 20 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/IteratorTesterTest.java

    Severity Rule Message Line Col
    #A1095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A1096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A1097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20
    #A1098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20 64
    #A1099 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 21
    #A1100 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 21 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/MapTestSuiteBuilderTests.java

    Severity Rule Message Line Col
    #A1101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A1104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A1105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A1106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6ListTests.java

    Severity Rule Message Line Col
    #A1107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionToArrayTester.getToArrayIsPlainObjectArrayMethod. 19
    #A1108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionToArrayTester.getToArrayIsPlainObjectArrayMethod. 19 80
    #A1109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListAddTester.getAddSupportedNullPresentMethod. 20
    #A1110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListAddTester.getAddSupportedNullPresentMethod. 20 70
    #A1111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSetTester.getSetNullSupportedMethod. 21
    #A1112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSetTester.getSetNullSupportedMethod. 21 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6MapTests.java

    Severity Rule Message Line Col
    #A1113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A1114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A1115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedNonePresentMethod. 20
    #A1116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedNonePresentMethod. 20 79
    #A1117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedSomePresentMethod. 21
    #A1118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedSomePresentMethod. 21 79
    #A1119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddUnsupportedNotPresentMethod. 22
    #A1120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddUnsupportedNotPresentMethod. 22 76
    #A1121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 23
    #A1122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 23 81
    #A1123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapCreationTester.getCreateWithNullKeyUnsupportedMethod. 24
    #A1124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapCreationTester.getCreateWithNullKeyUnsupportedMethod. 24 74
    #A1125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableKeyMethod. 25
    #A1126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableKeyMethod. 25 74
    #A1127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableValueMethod. 26
    #A1128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableValueMethod. 26 74
    #A1129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutAllTester.getPutAllNullKeyUnsupportedMethod. 27
    #A1130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutAllTester.getPutAllNullKeyUnsupportedMethod. 27 72
    #A1131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutTester.getPutNullKeyUnsupportedMethod. 28
    #A1132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutTester.getPutNullKeyUnsupportedMethod. 28 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6QueueTests.java

    Severity Rule Message Line Col
    #A1133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 19
    #A1134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 19 81

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6SetTests.java

    Severity Rule Message Line Col
    #A1135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllNullUnsupportedMethod. 19
    #A1136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllNullUnsupportedMethod. 19 79
    #A1137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullSupportedMethod. 20
    #A1138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullSupportedMethod. 20 76
    #A1139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullUnsupportedMethod. 21
    #A1140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullUnsupportedMethod. 21 76
    #A1141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 22
    #A1142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 22 81
    #A1143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.SetAddTester.getAddSupportedNullPresentMethod. 23
    #A1144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.SetAddTester.getAddSupportedNullPresentMethod. 23 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/SafeTreeMapTest.java

    Severity Rule Message Line Col
    #A1145 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19
    #A1146 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/features/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A1147 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A1148 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A1149 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A1150 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A1151 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A1152 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A1153 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A1154 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A1155 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A1156 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A1157 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A1158 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java

    Severity Rule Message Line Col
    #A1159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java

    Severity Rule Message Line Col
    #A1161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A1163 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A1164 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A1165 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A1166 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A1167 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A1168 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A1169 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A1170 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A1171 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A1172 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A1173 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A1174 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

    Severity Rule Message Line Col
    #A1175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

    Severity Rule Message Line Col
    #A1177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/EquivalenceTesterTest.java

    Severity Rule Message Line Col
    #A1181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A1182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A1183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

    Severity Rule Message Line Col
    #A1185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

    Severity Rule Message Line Col
    #A1187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A1190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A1191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A1192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/TearDownStackTest.java

    Severity Rule Message Line Col
    #A1193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/anotherpackage/ForwardingWrapperTesterTest.java

    Severity Rule Message Line Col
    #A1195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/base/LazyStackTraceBenchmark.java

    Severity Rule Message Line Col
    #A1197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 19
    #A1198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 19 48
    #A1199 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A1200 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/cache/SegmentBenchmark.java

    Severity Rule Message Line Col
    #A1201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A1202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/collect/ConcurrentHashMultisetBenchmark.java

    Severity Rule Message Line Col
    #A1203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A1206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/collect/MapBenchmark.java

    Severity Rule Message Line Col
    #A1207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A1208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/collect/MapsMemoryBenchmark.java

    Severity Rule Message Line Col
    #A1209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.toStringFunction. 19
    #A1210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.toStringFunction. 19 47
    #A1211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.uniqueIndex. 20
    #A1212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.uniqueIndex. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/collect/PowerSetBenchmark.java

    Severity Rule Message Line Col
    #A1213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 19
    #A1214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 19 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/collect/SortedCopyBenchmark.java

    Severity Rule Message Line Col
    #A1215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A1216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java

    Severity Rule Message Line Col
    #A1217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomBigInteger. 22
    #A1224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomBigInteger. 22 54
    #A1225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23
    #A1226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/BigIntegerMathBenchmark.java

    Severity Rule Message Line Col
    #A1227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1233 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22
    #A1234 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/BigIntegerMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A1235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 21
    #A1240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 21 54
    #A1241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 22
    #A1242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 22 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/DoubleMathBenchmark.java

    Severity Rule Message Line Col
    #A1243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 22
    #A1250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 22 54
    #A1251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 23
    #A1252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/DoubleMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A1253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 21
    #A1258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 21 54
    #A1259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 22
    #A1260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 22 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/IntMathBenchmark.java

    Severity Rule Message Line Col
    #A1261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22
    #A1268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22 54
    #A1269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23
    #A1270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23 54
    #A1271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24
    #A1272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/IntMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A1273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1279 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22
    #A1280 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22 54
    #A1281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23
    #A1282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/LongMathBenchmark.java

    Severity Rule Message Line Col
    #A1283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22
    #A1290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22 54
    #A1291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23
    #A1292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23 54
    #A1293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24
    #A1294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/LongMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A1295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A1296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A1297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A1298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A1299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A1300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A1301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22
    #A1302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22 54
    #A1303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23
    #A1304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/AbstractFutureFootprintBenchmark.java

    Severity Rule Message Line Col
    #A1305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A1306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ExecutionListBenchmark.java

    Severity Rule Message Line Col
    #A1307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A1308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java

    Severity Rule Message Line Col
    #A1309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A1312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A1313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21
    #A1314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21 56
    #A1315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22
    #A1316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22 56
    #A1317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.checkExceptionClassValidity. 23
    #A1318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.checkExceptionClassValidity. 23 66
    #A1319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.classValueValidator. 24
    #A1320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.classValueValidator. 24 66
    #A1321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.getChecked. 25
    #A1322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.getChecked. 25 66
    #A1323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.isCheckedException. 26
    #A1324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.isCheckedException. 26 66
    #A1325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.weakSetValidator. 27
    #A1326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.weakSetValidator. 27 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedPriorityBlockingQueue.java

    Severity Rule Message Line Col
    #A1327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/MoreExecutorsDirectExecutorBenchmark.java

    Severity Rule Message Line Col
    #A1329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A1330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62
    #A1331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20
    #A1332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/StripedBenchmark.java

    Severity Rule Message Line Col
    #A1333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.cycle. 19
    #A1334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.cycle. 19 50
    #A1335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.limit. 20
    #A1336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.limit. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A1337 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A1338 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A1339 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A1340 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A1341 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A1342 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A1343 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A1344 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A1345 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A1346 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A1347 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A1348 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/CaseFormatTest.java

    Severity Rule Message Line Col
    #A1349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_CAMEL. 19
    #A1350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_CAMEL. 19 48
    #A1351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_HYPHEN. 20
    #A1352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_HYPHEN. 20 48
    #A1353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_UNDERSCORE. 21
    #A1354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_UNDERSCORE. 21 48
    #A1355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_CAMEL. 22
    #A1356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_CAMEL. 22 48
    #A1357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_UNDERSCORE. 23
    #A1358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_UNDERSCORE. 23 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/CharMatcherTest.java

    Severity Rule Message Line Col
    #A1359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.anyOf. 19
    #A1360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.anyOf. 19 49
    #A1361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.breakingWhitespace. 20
    #A1362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.breakingWhitespace. 20 49
    #A1363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.forPredicate. 21
    #A1364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.forPredicate. 21 49
    #A1365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.inRange. 22
    #A1366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.inRange. 22 49
    #A1367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.is. 23
    #A1368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.is. 23 49
    #A1369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.isNot. 24
    #A1370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.isNot. 24 49
    #A1371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.noneOf. 25
    #A1372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.noneOf. 25 49
    #A1373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 26
    #A1374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 26 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/ConverterTest.java

    Severity Rule Message Line Col
    #A1375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.toStringFunction. 19
    #A1376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.toStringFunction. 19 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/EnumsTest.java

    Severity Rule Message Line Col
    #A1377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19
    #A1378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19 60
    #A1379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20
    #A1380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20 60
    #A1381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A1382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

    Severity Rule Message Line Col
    #A1383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19
    #A1384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19 60
    #A1385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 20
    #A1386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 20 60
    #A1387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21
    #A1388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/OptionalTest.java

    Severity Rule Message Line Col
    #A1389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A1390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59
    #A1391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/PreconditionsTest.java

    Severity Rule Message Line Col
    #A1393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/PredicatesTest.java

    Severity Rule Message Line Col
    #A1395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19
    #A1396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19 49
    #A1397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A1398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/SplitterTest.java

    Severity Rule Message Line Col
    #A1399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java

    Severity Rule Message Line Col
    #A1401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_COMPILER. 19
    #A1402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_COMPILER. 19 60
    #A1403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_EXT_DIRS. 20
    #A1404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_EXT_DIRS. 20 60
    #A1405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21
    #A1406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/StopwatchTest.java

    Severity Rule Message Line Col
    #A1407 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 19
    #A1408 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 19 44
    #A1409 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20
    #A1410 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20 44
    #A1411 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21
    #A1412 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/StringsTest.java

    Severity Rule Message Line Col
    #A1413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/SuppliersTest.java

    Severity Rule Message Line Col
    #A1415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A1416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59
    #A1417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/ThrowablesTest.java

    Severity Rule Message Line Col
    #A1419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 19
    #A1420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 19 60
    #A1421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.getStackTraceAsString. 20
    #A1422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.getStackTraceAsString. 20 48
    #A1423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 21
    #A1424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 21 48
    #A1425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTraceIsLazy. 22
    #A1426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTraceIsLazy. 22 48
    #A1427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfInstanceOf. 23
    #A1428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfInstanceOf. 23 48
    #A1429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 24
    #A1430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 24 48
    #A1431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A1432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A1433 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A1434 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31
    #A1435 warning AvoidStaticImport Using a static member import should be avoided - java.util.regex.Pattern.quote. 27
    #A1436 warning AvoidStaticImport Using a static member import should be avoided - java.util.regex.Pattern.quote. 27 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/Utf8Test.java

    Severity Rule Message Line Col
    #A1437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1439 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_CODE_POINT. 20
    #A1440 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_CODE_POINT. 20 34
    #A1441 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_HIGH_SURROGATE. 21
    #A1442 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_HIGH_SURROGATE. 21 34
    #A1443 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_LOW_SURROGATE. 22
    #A1444 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_LOW_SURROGATE. 22 34
    #A1445 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_HIGH_SURROGATE. 23
    #A1446 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_HIGH_SURROGATE. 23 34
    #A1447 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_LOW_SURROGATE. 24
    #A1448 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_LOW_SURROGATE. 24 34
    #A1449 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SUPPLEMENTARY_CODE_POINT. 25
    #A1450 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SUPPLEMENTARY_CODE_POINT. 25 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/VerifyTest.java

    Severity Rule Message Line Col
    #A1451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 17
    #A1452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 17 44
    #A1453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verifyNotNull. 18
    #A1454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verifyNotNull. 18 44
    #A1455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/AbstractLoadingCacheTest.java

    Severity Rule Message Line Col
    #A1457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A1459 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A1460 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A1461 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A1462 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A1463 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A1464 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A1465 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A1466 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A1467 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A1468 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A1469 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A1470 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java

    Severity Rule Message Line Col
    #A1471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilderSpec.parse. 19
    #A1472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilderSpec.parse. 19 55
    #A1473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 20
    #A1474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 20 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java

    Severity Rule Message Line Col
    #A1475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 19
    #A1476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 19 58
    #A1477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 20
    #A1478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 20 58
    #A1479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 21
    #A1480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 21 62
    #A1481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.nullRemovalListener. 22
    #A1482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.nullRemovalListener. 22 62
    #A1483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 23
    #A1484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 23 62
    #A1485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 24
    #A1486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 24 54
    #A1487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A1488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A1489 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26
    #A1490 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26 44
    #A1491 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27
    #A1492 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27 44
    #A1493 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28
    #A1494 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

    Severity Rule Message Line Col
    #A1495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17
    #A1496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17 58
    #A1497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18
    #A1498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18 62
    #A1499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 19
    #A1500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 19 54
    #A1501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intKeyWeigher. 20
    #A1502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intKeyWeigher. 20 54
    #A1503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intValueWeigher. 21
    #A1504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intValueWeigher. 21 54
    #A1505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A1506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A1507 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23
    #A1508 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

    Severity Rule Message Line Col
    #A1509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17
    #A1510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17 58
    #A1511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18
    #A1512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18 62
    #A1513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1515 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A1516 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31
    #A1517 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21
    #A1518 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java

    Severity Rule Message Line Col
    #A1519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.bulkLoader. 17
    #A1520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.bulkLoader. 17 58
    #A1521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18
    #A1522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18 58
    #A1523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.errorLoader. 19
    #A1524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.errorLoader. 19 58
    #A1525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 20
    #A1526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 20 58
    #A1527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21
    #A1528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21 58
    #A1529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 22
    #A1530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 22 62
    #A1531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A1532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A1533 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 24
    #A1534 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 24 31
    #A1535 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A1536 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31
    #A1537 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26
    #A1538 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheManualTest.java

    Severity Rule Message Line Col
    #A1539 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 17
    #A1540 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 17 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheReferencesTest.java

    Severity Rule Message Line Col
    #A1541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.Strength.STRONG. 17
    #A1542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.Strength.STRONG. 17 58
    #A1543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 18
    #A1544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 18 45
    #A1545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheRefreshTest.java

    Severity Rule Message Line Col
    #A1547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.incrementingLoader. 17
    #A1548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.incrementingLoader. 17 58
    #A1549 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18
    #A1550 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheTesting.java

    Severity Rule Message Line Col
    #A1551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A1552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A1553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18
    #A1554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18 44
    #A1555 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19
    #A1556 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19 37
    #A1557 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 20
    #A1558 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 20 37
    #A1559 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21
    #A1560 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21 37
    #A1561 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotSame. 22
    #A1562 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotSame. 22 37
    #A1563 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 23
    #A1564 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 23 37
    #A1565 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 24
    #A1566 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 24 37
    #A1567 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 25
    #A1568 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 25 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/EmptyCachesTest.java

    Severity Rule Message Line Col
    #A1569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17
    #A1570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17 51
    #A1571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 18
    #A1572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 18 58
    #A1573 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1574 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31
    #A1575 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 20
    #A1576 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 20 44
    #A1577 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21
    #A1578 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/ForwardingCacheTest.java

    Severity Rule Message Line Col
    #A1579 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19
    #A1580 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19 34
    #A1581 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20
    #A1582 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20 34
    #A1583 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21
    #A1584 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/ForwardingLoadingCacheTest.java

    Severity Rule Message Line Col
    #A1585 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19
    #A1586 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19 34
    #A1587 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20
    #A1588 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20 34
    #A1589 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21
    #A1590 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Severity Rule Message Line Col
    #A1591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19
    #A1592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19 51
    #A1593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DISCARDING_QUEUE. 20
    #A1594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DISCARDING_QUEUE. 20 49
    #A1595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DRAIN_THRESHOLD. 21
    #A1596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DRAIN_THRESHOLD. 21 49
    #A1597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.nullEntry. 22
    #A1598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.nullEntry. 22 49
    #A1599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.unset. 23
    #A1600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.unset. 23 49
    #A1601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 24
    #A1602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 24 58
    #A1603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 25
    #A1604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 25 62
    #A1605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 26
    #A1606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 26 62
    #A1607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 27
    #A1608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 27 54
    #A1609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 28
    #A1610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 28 46
    #A1611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 29
    #A1612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 29 45
    #A1613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30
    #A1614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30 44
    #A1615 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 31
    #A1616 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 31 44
    #A1617 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 32
    #A1618 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 32 44
    #A1619 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 33
    #A1620 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 33 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/LocalLoadingCacheTest.java

    Severity Rule Message Line Col
    #A1621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.EMPTY_STATS. 19
    #A1622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.EMPTY_STATS. 19 51
    #A1623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCacheTest.SMALL_MAX_SIZE. 20
    #A1624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCacheTest.SMALL_MAX_SIZE. 20 53
    #A1625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21
    #A1626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21 58
    #A1627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A1628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/LongAdderTest.java

    Severity Rule Message Line Col
    #A1629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A1630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/NullCacheTest.java

    Severity Rule Message Line Col
    #A1631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17
    #A1632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17 51
    #A1633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18
    #A1634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18 58
    #A1635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 19
    #A1636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 19 58
    #A1637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 20
    #A1638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 20 62
    #A1639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A1640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A1641 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A1642 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    Severity Rule Message Line Col
    #A1643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17
    #A1644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17 51
    #A1645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkValidState. 18
    #A1646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkValidState. 18 51
    #A1647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 19
    #A1648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 19 58
    #A1649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A1651 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 21
    #A1652 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 21 44
    #A1653 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A1654 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/TestingCacheLoaders.java

    Severity Rule Message Line Col
    #A1655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A1656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java

    Severity Rule Message Line Col
    #A1657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19
    #A1658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19 64
    #A1659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A1661 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21
    #A1662 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/AbstractSequentialIteratorTest.java

    Severity Rule Message Line Col
    #A1663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19
    #A1664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19 64
    #A1665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/AbstractTableReadTest.java

    Severity Rule Message Line Col
    #A1667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/AbstractTableTest.java

    Severity Rule Message Line Col
    #A1669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A1671 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A1672 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A1673 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A1674 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A1675 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A1676 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A1677 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A1678 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A1679 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A1680 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A1681 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A1682 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ArrayListMultimapTest.java

    Severity Rule Message Line Col
    #A1683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1685 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A1686 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ArrayTableTest.java

    Severity Rule Message Line Col
    #A1687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1689 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A1690 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/BenchmarkHelpers.java

    Severity Rule Message Line Col
    #A1691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A1692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/CollectionBenchmarkSampleData.java

    Severity Rule Message Line Col
    #A1693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/Collections2Test.java

    Severity Rule Message Line Col
    #A1695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19
    #A1696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19 50
    #A1697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A1698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A1699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newLinkedList. 21
    #A1700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newLinkedList. 21 46
    #A1701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A1702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A1703 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23
    #A1704 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23 31
    #A1705 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 24
    #A1706 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/CompactHashMapTest.java

    Severity Rule Message Line Col
    #A1707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 18
    #A1708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 18 50
    #A1709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/CompactHashSetTest.java

    Severity Rule Message Line Col
    #A1711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/CompactLinkedHashMapTest.java

    Severity Rule Message Line Col
    #A1713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 16
    #A1714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 16 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/CompactLinkedHashSetTest.java

    Severity Rule Message Line Col
    #A1715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ComparatorsTest.java

    Severity Rule Message Line Col
    #A1717 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1718 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ConcurrentHashMultisetTest.java

    Severity Rule Message Line Col
    #A1719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.STRONG. 19
    #A1720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.STRONG. 19 69
    #A1721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.WEAK. 20
    #A1722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.WEAK. 20 69
    #A1723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 21
    #A1724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 21 59
    #A1725 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22
    #A1726 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22 31
    #A1727 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.isA. 23
    #A1728 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.isA. 23 43
    #A1729 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.eq. 24
    #A1730 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.eq. 24 34
    #A1731 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 25
    #A1732 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 25 34
    #A1733 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 26
    #A1734 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 26 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ContiguousSetTest.java

    Severity Rule Message Line Col
    #A1735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A1736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A1737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A1738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50
    #A1739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21
    #A1740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21 55
    #A1741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22
    #A1742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22 75
    #A1743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23
    #A1744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23 75
    #A1745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 24
    #A1746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 24 75
    #A1747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 25
    #A1748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 25 75
    #A1749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.NavigableSetNavigationTester.getHoleMethods. 26
    #A1750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.NavigableSetNavigationTester.getHoleMethods. 26 85
    #A1751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 27
    #A1752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 27 59
    #A1753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 28
    #A1754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 28 59
    #A1755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 29
    #A1756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 29 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/DiscreteDomainTest.java

    Severity Rule Message Line Col
    #A1757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 19
    #A1758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 19 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/EnumBiMapTest.java

    Severity Rule Message Line Col
    #A1759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19
    #A1760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19 56
    #A1761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/EnumMultisetTest.java

    Severity Rule Message Line Col
    #A1763 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1764 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/FauxveridesTest.java

    Severity Rule Message Line Col
    #A1765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.transform. 19
    #A1766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.transform. 19 46
    #A1767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.difference. 20
    #A1768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.difference. 20 45
    #A1769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A1770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A1771 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 22
    #A1772 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 22 41
    #A1773 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 23
    #A1774 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 23 41

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/FilteredCollectionsTest.java

    Severity Rule Message Line Col
    #A1775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/FluentIterableTest.java

    Severity Rule Message Line Col
    #A1777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A1778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A1779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A1781 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21
    #A1782 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java

    Severity Rule Message Line Col
    #A1783 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1784 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ForwardingMapTest.java

    Severity Rule Message Line Col
    #A1785 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.STATIC. 19
    #A1786 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.STATIC. 19 41
    #A1787 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.any. 20
    #A1788 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.any. 20 43
    #A1789 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.atLeast. 21
    #A1790 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.atLeast. 21 34
    #A1791 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 22
    #A1792 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 22 34
    #A1793 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 23
    #A1794 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 23 34
    #A1795 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 24
    #A1796 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 24 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ForwardingNavigableMapTest.java

    Severity Rule Message Line Col
    #A1797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A1798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ForwardingQueueTest.java

    Severity Rule Message Line Col
    #A1799 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1800 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ForwardingSetTest.java

    Severity Rule Message Line Col
    #A1801 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1802 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/GeneralRangeTest.java

    Severity Rule Message Line Col
    #A1803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17
    #A1804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17 50
    #A1805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18
    #A1806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/HashBasedTableTest.java

    Severity Rule Message Line Col
    #A1807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/HashBiMapTest.java

    Severity Rule Message Line Col
    #A1809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/HashMultisetTest.java

    Severity Rule Message Line Col
    #A1811 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1812 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/HashingTest.java

    Severity Rule Message Line Col
    #A1813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smear. 17
    #A1814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smear. 17 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

    Severity Rule Message Line Col
    #A1815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableClassToInstanceMapTest.java

    Severity Rule Message Line Col
    #A1817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A1818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableEnumMapTest.java

    Severity Rule Message Line Col
    #A1819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A1820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A1821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 20
    #A1822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 20 75
    #A1823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21
    #A1824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21 75
    #A1825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A1826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableListMultimapTest.java

    Severity Rule Message Line Col
    #A1827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A1828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A1829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20
    #A1830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20 75
    #A1831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 21
    #A1832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 21 68
    #A1833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A1834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java

    Severity Rule Message Line Col
    #A1835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 19
    #A1836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 19 50
    #A1837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 20
    #A1838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 20 50
    #A1839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A1840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A1841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22
    #A1842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22 75
    #A1843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 23
    #A1844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 23 75
    #A1845 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 24
    #A1846 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 24 38
    #A1847 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A1848 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableMapTest.java

    Severity Rule Message Line Col
    #A1849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A1850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableMultisetTest.java

    Severity Rule Message Line Col
    #A1851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A1855 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21
    #A1856 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableRangeMapTest.java

    Severity Rule Message Line Col
    #A1857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17
    #A1858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableRangeSetTest.java

    Severity Rule Message Line Col
    #A1859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A1860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java

    Severity Rule Message Line Col
    #A1861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A1862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A1863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20
    #A1864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20 75
    #A1865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 21
    #A1866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 21 68
    #A1867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A1868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSetTest.java

    Severity Rule Message Line Col
    #A1869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java

    Severity Rule Message Line Col
    #A1871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java

    Severity Rule Message Line Col
    #A1873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A1874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A1875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18
    #A1876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18 44
    #A1877 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A1878 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

    Severity Rule Message Line Col
    #A1879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1881 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A1882 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableTableTest.java

    Severity Rule Message Line Col
    #A1883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/IterablesTest.java

    Severity Rule Message Line Col
    #A1885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.skip. 19
    #A1886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.skip. 19 50
    #A1887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A1888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A1889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21
    #A1890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21 45
    #A1891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22
    #A1892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22 64
    #A1893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 23
    #A1894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 23 64
    #A1895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A1896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A1897 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A1898 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31
    #A1899 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26
    #A1900 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/IteratorsTest.java

    Severity Rule Message Line Col
    #A1901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19
    #A1902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19 61
    #A1903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.advance. 20
    #A1904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.advance. 20 50
    #A1905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.get. 21
    #A1906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.get. 21 50
    #A1907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.getLast. 22
    #A1908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.getLast. 22 50
    #A1909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23
    #A1910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23 46
    #A1911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 24
    #A1912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 24 64
    #A1913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25
    #A1914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25 64
    #A1915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26
    #A1916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26 44
    #A1917 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 27
    #A1918 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 27 31
    #A1919 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 28
    #A1920 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/LenientSerializableTester.java

    Severity Rule Message Line Col
    #A1921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A1922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59
    #A1923 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A1924 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A1925 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21
    #A1926 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/LinkedHashMultimapTest.java

    Severity Rule Message Line Col
    #A1927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A1928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A1929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20
    #A1930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20 45
    #A1931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21
    #A1932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21 45
    #A1933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22
    #A1934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22 56
    #A1935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 23
    #A1936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 23 64
    #A1937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A1938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A1939 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A1940 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/LinkedHashMultisetTest.java

    Severity Rule Message Line Col
    #A1941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1943 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A1944 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/LinkedListMultimapTest.java

    Severity Rule Message Line Col
    #A1945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A1946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A1947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20
    #A1948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20 45
    #A1949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21
    #A1950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21 45
    #A1951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22
    #A1952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22 64
    #A1953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE. 23
    #A1954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE. 23 64
    #A1955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_SET. 24
    #A1956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_SET. 24 64
    #A1957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A1958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A1959 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A1960 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ListsImplTest.java

    Severity Rule Message Line Col
    #A1961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A1962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A1963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A1964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ListsTest.java

    Severity Rule Message Line Col
    #A1965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A1966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A1967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20
    #A1968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20 64
    #A1969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A1970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A1971 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22
    #A1972 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22 31
    #A1973 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23
    #A1974 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

    Severity Rule Message Line Col
    #A1975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.DRAIN_THRESHOLD. 19
    #A1976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.DRAIN_THRESHOLD. 19 60
    #A1977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A1978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapMakerTest.java

    Severity Rule Message Line Col
    #A1979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19
    #A1980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapsCollectionTest.java

    Severity Rule Message Line Col
    #A1981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A1982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A1983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A1984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A1985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21
    #A1986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapsTest.java

    Severity Rule Message Line Col
    #A1987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformEntries. 19
    #A1988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformEntries. 19 45
    #A1989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformValues. 20
    #A1990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformValues. 20 45
    #A1991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.unmodifiableNavigableMap. 21
    #A1992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.unmodifiableNavigableMap. 21 45
    #A1993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22
    #A1994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22 56
    #A1995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A1996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A1997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 24
    #A1998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 24 44
    #A1999 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A2000 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java

    Severity Rule Message Line Col
    #A2001 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Objects.equal. 19
    #A2002 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Objects.equal. 19 45
    #A2003 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceExponentIfGwt. 20
    #A2004 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceExponentIfGwt. 20 49
    #A2005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceIterationsIfGwt. 21
    #A2006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceIterationsIfGwt. 21 49
    #A2007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A2008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MultimapsCollectionTest.java

    Severity Rule Message Line Col
    #A2009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 19
    #A2010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 19 45
    #A2011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A2012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56
    #A2013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21
    #A2014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21 75
    #A2015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A2016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A2017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods. 23
    #A2018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods. 23 86
    #A2019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetCountTester.getCountDuplicateInitializingMethods. 24
    #A2020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetCountTester.getCountDuplicateInitializingMethods. 24 75
    #A2021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetElementSetTester.getElementSetDuplicateInitializingMethods. 25
    #A2022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetElementSetTester.getElementSetDuplicateInitializingMethods. 25 80
    #A2023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods. 26
    #A2024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods. 26 78
    #A2025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetRemoveTester.getRemoveDuplicateInitializingMethods. 27
    #A2026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetRemoveTester.getRemoveDuplicateInitializingMethods. 27 76
    #A2027 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 28
    #A2028 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 28 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MultimapsTest.java

    Severity Rule Message Line Col
    #A2029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A2031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 20
    #A2032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 20 45
    #A2033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A2034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A2035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.nefariousMapEntry. 22
    #A2036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.nefariousMapEntry. 22 56
    #A2037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 23
    #A2038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 23 64
    #A2039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A2040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A2041 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A2042 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MultisetsCollectionTest.java

    Severity Rule Message Line Col
    #A2043 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A2044 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MultisetsTest.java

    Severity Rule Message Line Col
    #A2045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/NewCustomTableTest.java

    Severity Rule Message Line Col
    #A2047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ObjectArraysTest.java

    Severity Rule Message Line Col
    #A2049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/OrderingTest.java

    Severity Rule Message Line Col
    #A2051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A2053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A2054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A2055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 21
    #A2056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 21 59
    #A2057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22
    #A2058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22 59
    #A2059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A2060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A2061 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 24
    #A2062 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/PeekingIteratorTest.java

    Severity Rule Message Line Col
    #A2063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.peekingIterator. 19
    #A2064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.peekingIterator. 19 50
    #A2065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20
    #A2066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20 64
    #A2067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21
    #A2068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21 64
    #A2069 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 22
    #A2070 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/QueuesTest.java

    Severity Rule Message Line Col
    #A2071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A2072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A2073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A2075 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 21
    #A2076 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 21 29
    #A2077 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 22
    #A2078 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 22 31
    #A2079 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23
    #A2080 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23 45
    #A2081 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24
    #A2082 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24 44
    #A2083 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 25
    #A2084 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 25 44
    #A2085 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 26
    #A2086 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 26 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/RangeTest.java

    Severity Rule Message Line Col
    #A2087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A2088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A2089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A2090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50
    #A2091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21
    #A2092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21 55
    #A2093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22
    #A2094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22 59
    #A2095 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23
    #A2096 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/RegularImmutableTableTest.java

    Severity Rule Message Line Col
    #A2097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SetOperationsTest.java

    Severity Rule Message Line Col
    #A2099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A2101 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A2102 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SetsTest.java

    Severity Rule Message Line Col
    #A2103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 19
    #A2104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 19 50
    #A2105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newEnumSet. 20
    #A2106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newEnumSet. 20 45
    #A2107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A2108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A2109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 22
    #A2110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 22 45
    #A2111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.powerSet. 23
    #A2112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.powerSet. 23 45
    #A2113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.unmodifiableNavigableSet. 24
    #A2114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.unmodifiableNavigableSet. 24 45
    #A2115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25
    #A2116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25 64
    #A2117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26
    #A2118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26 44
    #A2119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 27
    #A2120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 27 44
    #A2121 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.TC_REFERENCE. 28
    #A2122 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.TC_REFERENCE. 28 44
    #A2123 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.baseWireHandle. 29
    #A2124 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.baseWireHandle. 29 44
    #A2125 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptySet. 30
    #A2126 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptySet. 30 36
    #A2127 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 31
    #A2128 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SimpleAbstractMultisetTest.java

    Severity Rule Message Line Col
    #A2129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A2130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SingletonImmutableTableTest.java

    Severity Rule Message Line Col
    #A2131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SynchronizedBiMapTest.java

    Severity Rule Message Line Col
    #A2133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SynchronizedMapTest.java

    Severity Rule Message Line Col
    #A2135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SynchronizedMultimapTest.java

    Severity Rule Message Line Col
    #A2137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SynchronizedSetTest.java

    Severity Rule Message Line Col
    #A2139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TableCollectionTest.java

    Severity Rule Message Line Col
    #A2141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TablesTransformValuesTest.java

    Severity Rule Message Line Col
    #A2143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TopKSelectorTest.java

    Severity Rule Message Line Col
    #A2145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeBasedTableTest.java

    Severity Rule Message Line Col
    #A2147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeMultimapExplicitTest.java

    Severity Rule Message Line Col
    #A2149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeMultimapNaturalTest.java

    Severity Rule Message Line Col
    #A2151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A2153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeMultisetTest.java

    Severity Rule Message Line Col
    #A2155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A2156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A2157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A2159 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 21
    #A2160 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 21 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeRangeMapTest.java

    Severity Rule Message Line Col
    #A2161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17
    #A2162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17 50
    #A2163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 18
    #A2164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 18 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeRangeSetTest.java

    Severity Rule Message Line Col
    #A2165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17
    #A2166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17 50
    #A2167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Range.range. 18
    #A2168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Range.range. 18 46
    #A2169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeTraverserTest.java

    Severity Rule Message Line Col
    #A2171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A2172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/eventbus/DispatcherTest.java

    Severity Rule Message Line Col
    #A2173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/eventbus/SubscriberTest.java

    Severity Rule Message Line Col
    #A2175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/eventbus/outside/AnnotatedSubscriberFinderTests.java

    Severity Rule Message Line Col
    #A2177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A2179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19
    #A2180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19 53
    #A2181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20
    #A2182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20 47
    #A2183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A2184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A2185 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22
    #A2186 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractGraphTest.java

    Severity Rule Message Line Col
    #A2187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19
    #A2188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19 47
    #A2189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 20
    #A2190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 20 47
    #A2191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 21
    #A2192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 21 47
    #A2193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 22
    #A2194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 22 47
    #A2195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A2196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A2197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 24
    #A2198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 24 49
    #A2199 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25
    #A2200 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

    Severity Rule Message Line Col
    #A2201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19
    #A2202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19 47
    #A2203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20
    #A2204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20 47
    #A2205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 21
    #A2206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 21 47
    #A2207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 22
    #A2208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 22 47
    #A2209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 23
    #A2210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 23 47
    #A2211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A2212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A2213 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 25
    #A2214 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 25 45
    #A2215 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
    #A2216 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26 31
    #A2217 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
    #A2218 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27 31
    #A2219 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28
    #A2220 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java

    Severity Rule Message Line Col
    #A2221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19
    #A2222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19 53
    #A2223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A2225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 21
    #A2226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 21 49
    #A2227 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
    #A2228 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22 31
    #A2229 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23
    #A2230 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java

    Severity Rule Message Line Col
    #A2231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 20
    #A2234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 20 49
    #A2235 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 21
    #A2236 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 21 31
    #A2237 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22
    #A2238 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A2239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2241 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A2242 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A2243 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A2244 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A2245 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A2246 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A2247 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A2248 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A2249 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A2250 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A2251 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A2252 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A2253 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A2254 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableDirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A2255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2257 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A2258 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A2259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2261 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A2262 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableSimpleDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A2263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2265 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A2266 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31
    #A2267 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21
    #A2268 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableSimpleDirectedSortedNetworkTest.java

    Severity Rule Message Line Col
    #A2269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.sorted. 19
    #A2270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.sorted. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableSimpleUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A2271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2273 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A2274 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31
    #A2275 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21
    #A2276 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableUndirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A2277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2279 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A2280 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A2281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2283 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A2284 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java

    Severity Rule Message Line Col
    #A2285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.AbstractNetworkTest.ERROR_MODIFIABLE_COLLECTION. 19
    #A2286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.AbstractNetworkTest.ERROR_MODIFIABLE_COLLECTION. 19 58
    #A2287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 20
    #A2288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 20 47
    #A2289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 21
    #A2290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 21 56
    #A2291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 22
    #A2292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 22 56
    #A2293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 23
    #A2294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 23 47
    #A2295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A2296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A2297 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25
    #A2298 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ElementOrderTest.java

    Severity Rule Message Line Col
    #A2299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A2301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.insertion. 20
    #A2302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.insertion. 20 51
    #A2303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.unordered. 21
    #A2304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.unordered. 21 51
    #A2305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A2306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/EndpointPairTest.java

    Severity Rule Message Line Col
    #A2307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2309 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A2310 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphEquivalenceTest.java

    Severity Rule Message Line Col
    #A2311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19
    #A2312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19 56
    #A2313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20
    #A2314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20 56
    #A2315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A2316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphMutationTest.java

    Severity Rule Message Line Col
    #A2317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphPropertiesTest.java

    Severity Rule Message Line Col
    #A2319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.hasCycle. 19
    #A2320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.hasCycle. 19 45
    #A2321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphsTest.java

    Severity Rule Message Line Col
    #A2323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.copyOf. 19
    #A2324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.copyOf. 19 45
    #A2325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.inducedSubgraph. 20
    #A2326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.inducedSubgraph. 20 45
    #A2327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.reachableNodes. 21
    #A2328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.reachableNodes. 21 45
    #A2329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transitiveClosure. 22
    #A2330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transitiveClosure. 22 45
    #A2331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transpose. 23
    #A2332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transpose. 23 45
    #A2333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A2334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A2335 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25
    #A2336 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ImmutableNetworkTest.java

    Severity Rule Message Line Col
    #A2337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ImmutableValueGraphTest.java

    Severity Rule Message Line Col
    #A2339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/MapCacheTest.java

    Severity Rule Message Line Col
    #A2341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/NetworkEquivalenceTest.java

    Severity Rule Message Line Col
    #A2343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19
    #A2344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19 56
    #A2345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20
    #A2346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20 56
    #A2347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A2348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/NetworkMutationTest.java

    Severity Rule Message Line Col
    #A2349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/PackageSanityTests.java

    Severity Rule Message Line Col
    #A2351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_ELEMENT_NOT_IN_GRAPH. 19
    #A2352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_ELEMENT_NOT_IN_GRAPH. 19 47
    #A2353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A2354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/StandardImmutableGraphAdditionalTest.java

    Severity Rule Message Line Col
    #A2355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/TestUtil.java

    Severity Rule Message Line Col
    #A2357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/TraverserTest.java

    Severity Rule Message Line Col
    #A2359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20
    #A2360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20 51
    #A2361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A2362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A2363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.charactersOf. 22
    #A2364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.charactersOf. 22 46
    #A2365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A2366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A2367 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24
    #A2368 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ValueGraphTest.java

    Severity Rule Message Line Col
    #A2369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19
    #A2370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19 53
    #A2371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 20
    #A2372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 20 47
    #A2373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A2374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A2375 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 22
    #A2376 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 22 45
    #A2377 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23
    #A2378 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/AbstractByteHasherTest.java

    Severity Rule Message Line Col
    #A2379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 17
    #A2380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 17 46
    #A2381 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 18
    #A2382 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 18 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/AbstractStreamingHasherTest.java

    Severity Rule Message Line Col
    #A2383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 19
    #A2384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A2385 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A2386 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A2387 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A2388 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A2389 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A2390 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A2391 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A2392 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A2393 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A2394 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A2395 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A2396 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/BloomFilterTest.java

    Severity Rule Message Line Col
    #A2397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A2399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/ChecksumHashFunctionTest.java

    Severity Rule Message Line Col
    #A2401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.ADLER_32. 17
    #A2402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.ADLER_32. 17 58
    #A2403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.CRC_32. 18
    #A2404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.CRC_32. 18 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/Crc32cHashFunctionTest.java

    Severity Rule Message Line Col
    #A2405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17
    #A2406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java

    Severity Rule Message Line Col
    #A2407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.ISO_8859_1. 19
    #A2408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.ISO_8859_1. 19 46
    #A2409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20
    #A2410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20 46
    #A2411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A2412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/FunnelsTest.java

    Severity Rule Message Line Col
    #A2413 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.inOrder. 19
    #A2414 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.inOrder. 19 34
    #A2415 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A2416 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A2417 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21
    #A2418 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashCodeTest.java

    Severity Rule Message Line Col
    #A2419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 19
    #A2420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 19 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashTestUtils.java

    Severity Rule Message Line Col
    #A2421 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
    #A2422 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19 31
    #A2423 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 20
    #A2424 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashingInputStreamTest.java

    Severity Rule Message Line Col
    #A2425 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17
    #A2426 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17 34
    #A2427 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18
    #A2428 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18 34
    #A2429 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19
    #A2430 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19 34
    #A2431 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20
    #A2432 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashingOutputStreamTest.java

    Severity Rule Message Line Col
    #A2433 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17
    #A2434 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17 34
    #A2435 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18
    #A2436 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18 34
    #A2437 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19
    #A2438 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19 34
    #A2439 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20
    #A2440 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashingTest.java

    Severity Rule Message Line Col
    #A2441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A2443 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A2444 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

    Severity Rule Message Line Col
    #A2445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A2447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 20
    #A2448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 20 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/Murmur3Hash128Test.java

    Severity Rule Message Line Col
    #A2449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_128. 19
    #A2450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_128. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/Murmur3Hash32Test.java

    Severity Rule Message Line Col
    #A2451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_32. 19
    #A2452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_32. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/SipHashFunctionTest.java

    Severity Rule Message Line Col
    #A2453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17
    #A2454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/html/HtmlEscapersTest.java

    Severity Rule Message Line Col
    #A2455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.html.HtmlEscapers.htmlEscaper. 17
    #A2456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.html.HtmlEscapers.htmlEscaper. 17 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A2457 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A2458 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A2459 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A2460 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A2461 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A2462 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A2463 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A2464 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A2465 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A2466 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A2467 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A2468 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

    Severity Rule Message Line Col
    #A2469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17
    #A2470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17 46
    #A2471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 18
    #A2472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 18 48
    #A2473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32. 19
    #A2474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32. 19 48
    #A2475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32Hex. 20
    #A2476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32Hex. 20 48
    #A2477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base64. 21
    #A2478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base64. 21 48
    #A2479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A2480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSinkTest.java

    Severity Rule Message Line Col
    #A2481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19
    #A2482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19 46
    #A2483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20
    #A2484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20 46
    #A2485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21
    #A2486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21 46
    #A2487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A2488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46
    #A2489 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 23
    #A2490 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSinkTester.java

    Severity Rule Message Line Col
    #A2491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 19
    #A2492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 19 53
    #A2493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 20
    #A2494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 20 53
    #A2495 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21
    #A2496 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSourceTest.java

    Severity Rule Message Line Col
    #A2497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A2498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A2499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.AVAILABLE_ALWAYS_ZERO. 20
    #A2500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.AVAILABLE_ALWAYS_ZERO. 20 46
    #A2501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 21
    #A2502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 21 46
    #A2503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 22
    #A2504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 22 46
    #A2505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 23
    #A2506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 23 46
    #A2507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 24
    #A2508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 24 46
    #A2509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 25
    #A2510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 25 46
    #A2511 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 26
    #A2512 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSourceTester.java

    Severity Rule Message Line Col
    #A2513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 19
    #A2514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 19 53
    #A2515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 20
    #A2516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 20 53
    #A2517 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21
    #A2518 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteStreamsTest.java

    Severity Rule Message Line Col
    #A2519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSinkTest.java

    Severity Rule Message Line Col
    #A2521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19
    #A2522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19 46
    #A2523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20
    #A2524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20 46
    #A2525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21
    #A2526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21 46
    #A2527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A2528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSinkTester.java

    Severity Rule Message Line Col
    #A2529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 19
    #A2530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 19 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSourceTest.java

    Severity Rule Message Line Col
    #A2531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19
    #A2532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19 46
    #A2533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20
    #A2534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20 46
    #A2535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21
    #A2536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21 46
    #A2537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A2538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CloseablesTest.java

    Severity Rule Message Line Col
    #A2539 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19
    #A2540 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19 34
    #A2541 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A2542 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A2543 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21
    #A2544 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CloserTest.java

    Severity Rule Message Line Col
    #A2545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CountingInputStreamTest.java

    Severity Rule Message Line Col
    #A2547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FilesFileTraverserTest.java

    Severity Rule Message Line Col
    #A2549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java

    Severity Rule Message Line Col
    #A2551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A2553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.simplifyPath. 20
    #A2554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.simplifyPath. 20 41

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FilesTest.java

    Severity Rule Message Line Col
    #A2555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.touch. 19
    #A2556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.touch. 19 41
    #A2557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FlushablesTest.java

    Severity Rule Message Line Col
    #A2559 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19
    #A2560 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19 34
    #A2561 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A2562 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A2563 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21
    #A2564 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/LittleEndianDataInputStreamTest.java

    Severity Rule Message Line Col
    #A2565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/RandomAmountInputStream.java

    Severity Rule Message Line Col
    #A2567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ResourcesTest.java

    Severity Rule Message Line Col
    #A2569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19
    #A2570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19 49
    #A2571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A2572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/SourceSinkFactories.java

    Severity Rule Message Line Col
    #A2573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A2575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 20
    #A2576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 20 53
    #A2577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 21
    #A2578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 21 53
    #A2579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 22
    #A2580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 22 53
    #A2581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 23
    #A2582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 23 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/SourceSinkTester.java

    Severity Rule Message Line Col
    #A2583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestByteSource.java

    Severity Rule Message Line Col
    #A2585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestCharSink.java

    Severity Rule Message Line Col
    #A2587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestCharSource.java

    Severity Rule Message Line Col
    #A2589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestInputStream.java

    Severity Rule Message Line Col
    #A2591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A2593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20
    #A2594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20 46
    #A2595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21
    #A2596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21 46
    #A2597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 22
    #A2598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 22 46
    #A2599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 23
    #A2600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 23 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestOutputStream.java

    Severity Rule Message Line Col
    #A2601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A2602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A2603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20
    #A2604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20 46
    #A2605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21
    #A2606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21 46
    #A2607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A2608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestReader.java

    Severity Rule Message Line Col
    #A2609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A2611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A2612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/TestWriter.java

    Severity Rule Message Line Col
    #A2613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A2614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A2615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A2616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A2617 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A2618 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A2619 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A2620 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A2621 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A2622 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A2623 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A2624 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A2625 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A2626 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A2627 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A2628 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/BigIntegerMathTest.java

    Severity Rule Message Line Col
    #A2629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19
    #A2630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19 49
    #A2631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20
    #A2632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20 49
    #A2633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21
    #A2634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21 49
    #A2635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES. 22
    #A2636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES. 22 49
    #A2637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES. 23
    #A2638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES. 23 49
    #A2639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES. 24
    #A2640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES. 24 49
    #A2641 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 25
    #A2642 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 25 35
    #A2643 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.TEN. 26
    #A2644 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.TEN. 26 35
    #A2645 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 27
    #A2646 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 27 35
    #A2647 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 28
    #A2648 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 28 37
    #A2649 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 29
    #A2650 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 29 37
    #A2651 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30
    #A2652 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30 37
    #A2653 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 31
    #A2654 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 31 37
    #A2655 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 32
    #A2656 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 32 37
    #A2657 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 33
    #A2658 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 33 37
    #A2659 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 34
    #A2660 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 34 37
    #A2661 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 35
    #A2662 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 35 37
    #A2663 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 36
    #A2664 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 36 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/DoubleMathTest.java

    Severity Rule Message Line Col
    #A2665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.get. 19
    #A2666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.get. 19 50
    #A2667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.size. 20
    #A2668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.size. 20 50
    #A2669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES. 21
    #A2670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES. 21 49
    #A2671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 22
    #A2672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 22 49
    #A2673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 23
    #A2674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 23 49
    #A2675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.DOUBLE_CANDIDATES_EXCEPT_NAN. 24
    #A2676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.DOUBLE_CANDIDATES_EXCEPT_NAN. 24 49
    #A2677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 25
    #A2678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 25 49
    #A2679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES. 26
    #A2680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES. 26 49
    #A2681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INFINITIES. 27
    #A2682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INFINITIES. 27 49
    #A2683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES. 28
    #A2684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES. 28 49
    #A2685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 29
    #A2686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 29 49
    #A2687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 30
    #A2688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 30 49
    #A2689 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 31
    #A2690 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 31 37
    #A2691 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 32
    #A2692 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 32 37
    #A2693 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 33
    #A2694 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 33 37
    #A2695 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 34
    #A2696 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 34 37
    #A2697 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 35
    #A2698 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 35 37
    #A2699 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 36
    #A2700 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 36 37
    #A2701 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 37
    #A2702 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 37 37
    #A2703 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 38
    #A2704 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 38 37
    #A2705 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 39
    #A2706 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 39 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/DoubleUtilsTest.java

    Severity Rule Message Line Col
    #A2707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19
    #A2708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19 49
    #A2709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 20
    #A2710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 20 49
    #A2711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 21
    #A2712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 21 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/IntMathTest.java

    Severity Rule Message Line Col
    #A2713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES. 19
    #A2714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES. 19 49
    #A2715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20
    #A2716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20 49
    #A2717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21
    #A2718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21 49
    #A2719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22
    #A2720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22 49
    #A2721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23
    #A2722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23 49
    #A2723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_INTEGER_CANDIDATES. 24
    #A2724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_INTEGER_CANDIDATES. 24 49
    #A2725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 25
    #A2726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 25 49
    #A2727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.TestPlatform.intsCanGoOutOfRange. 26
    #A2728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.TestPlatform.intsCanGoOutOfRange. 26 50
    #A2729 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 27
    #A2730 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 27 35
    #A2731 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28
    #A2732 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28 37
    #A2733 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29
    #A2734 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/LinearTransformationTest.java

    Severity Rule Message Line Col
    #A2735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 19
    #A2736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 19 50
    #A2737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 20
    #A2738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 20 50
    #A2739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 21
    #A2740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 21 50
    #A2741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 22
    #A2742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 22 50
    #A2743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A2744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/LongMathTest.java

    Severity Rule Message Line Col
    #A2745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_LONG_CANDIDATES. 19
    #A2746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_LONG_CANDIDATES. 19 49
    #A2747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20
    #A2748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20 49
    #A2749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21
    #A2750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21 49
    #A2751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22
    #A2752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22 49
    #A2753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23
    #A2754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23 49
    #A2755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES. 24
    #A2756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES. 24 49
    #A2757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES. 25
    #A2758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES. 25 49
    #A2759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 26
    #A2760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 26 49
    #A2761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_LONG_CANDIDATES. 27
    #A2762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_LONG_CANDIDATES. 27 49
    #A2763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 28
    #A2764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 28 44
    #A2765 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 29
    #A2766 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 29 35
    #A2767 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30
    #A2768 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30 37
    #A2769 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 31
    #A2770 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 31 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/MathPreconditionsTest.java

    Severity Rule Message Line Col
    #A2771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/MathTesting.java

    Severity Rule Message Line Col
    #A2773 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 19
    #A2774 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 19 35
    #A2775 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 20
    #A2776 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 20 35
    #A2777 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 21
    #A2778 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 21 37
    #A2779 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 22
    #A2780 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 22 37
    #A2781 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23
    #A2782 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23 37
    #A2783 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 24
    #A2784 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 24 37
    #A2785 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25
    #A2786 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25 37
    #A2787 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26
    #A2788 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26 37
    #A2789 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 27
    #A2790 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 27 37
    #A2791 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 28
    #A2792 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A2793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A2794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A2795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A2796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A2797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 21
    #A2798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 21 50
    #A2799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 22
    #A2800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 22 50
    #A2801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 23
    #A2802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 23 50
    #A2803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 24
    #A2804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 24 50
    #A2805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 25
    #A2806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 25 50
    #A2807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 26
    #A2808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 26 50
    #A2809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 27
    #A2810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 27 50
    #A2811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 28
    #A2812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 28 50
    #A2813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_COUNT. 29
    #A2814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_COUNT. 29 50
    #A2815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 30
    #A2816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 30 50
    #A2817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 31
    #A2818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 31 50
    #A2819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 32
    #A2820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 32 50
    #A2821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES. 33
    #A2822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES. 33 50
    #A2823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 34
    #A2824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 34 50
    #A2825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 35
    #A2826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 35 50
    #A2827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 36
    #A2828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 36 50
    #A2829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 37
    #A2830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 37 50
    #A2831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 38
    #A2832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 38 50
    #A2833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 39
    #A2834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 39 50
    #A2835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 40
    #A2836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 40 50
    #A2837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 41
    #A2838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 41 50
    #A2839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 42
    #A2840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 42 50
    #A2841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createFilledPairedStatsAccumulator. 43
    #A2842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createFilledPairedStatsAccumulator. 43 50
    #A2843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPartitionedFilledPairedStatsAccumulator. 44
    #A2844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPartitionedFilledPairedStatsAccumulator. 44 50
    #A2845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 45
    #A2846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 45 44
    #A2847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 46
    #A2848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 46 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/PairedStatsTest.java

    Severity Rule Message Line Col
    #A2849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A2850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A2851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A2852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A2853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_PAIRED_STATS. 21
    #A2854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_PAIRED_STATS. 21 50
    #A2855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.CONSTANT_VALUES_PAIRED_STATS. 22
    #A2856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.CONSTANT_VALUES_PAIRED_STATS. 22 50
    #A2857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.DUPLICATE_MANY_VALUES_PAIRED_STATS. 23
    #A2858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.DUPLICATE_MANY_VALUES_PAIRED_STATS. 23 50
    #A2859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_PAIRED_STATS. 24
    #A2860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_PAIRED_STATS. 24 50
    #A2861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 25
    #A2862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 25 50
    #A2863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.HORIZONTAL_VALUES_PAIRED_STATS. 26
    #A2864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.HORIZONTAL_VALUES_PAIRED_STATS. 26 50
    #A2865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 27
    #A2866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 27 50
    #A2867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 28
    #A2868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 28 50
    #A2869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_PAIRED_STATS. 29
    #A2870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_PAIRED_STATS. 29 50
    #A2871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 30
    #A2872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 30 50
    #A2873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 31
    #A2874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 31 50
    #A2875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 32
    #A2876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 32 50
    #A2877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_PAIRED_STATS. 33
    #A2878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_PAIRED_STATS. 33 50
    #A2879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 34
    #A2880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 34 50
    #A2881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 35
    #A2882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 35 50
    #A2883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 36
    #A2884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 36 50
    #A2885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 37
    #A2886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 37 50
    #A2887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 38
    #A2888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 38 50
    #A2889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_PAIRED_STATS. 39
    #A2890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_PAIRED_STATS. 39 50
    #A2891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 40
    #A2892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 40 50
    #A2893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 41
    #A2894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 41 50
    #A2895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.VERTICAL_VALUES_PAIRED_STATS. 42
    #A2896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.VERTICAL_VALUES_PAIRED_STATS. 42 50
    #A2897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 43
    #A2898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 43 50
    #A2899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 44
    #A2900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 44 50
    #A2901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 45
    #A2902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 45 50
    #A2903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 46
    #A2904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 46 50
    #A2905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 47
    #A2906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 47 50
    #A2907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPairedStatsOf. 48
    #A2908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPairedStatsOf. 48 50
    #A2909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 49
    #A2910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 49 44
    #A2911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 50
    #A2912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 50 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java

    Severity Rule Message Line Col
    #A2913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A2914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A2915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A2916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/QuantilesTest.java

    Severity Rule Message Line Col
    #A2917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.median. 19
    #A2918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.median. 19 47
    #A2919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.percentiles. 20
    #A2920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.percentiles. 20 47
    #A2921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.quartiles. 21
    #A2922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.quartiles. 21 47
    #A2923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A2924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A2925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 23
    #A2926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 23 44
    #A2927 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 24
    #A2928 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 24 31
    #A2929 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 25
    #A2930 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 25 31
    #A2931 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 26
    #A2932 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 26 31
    #A2933 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 27
    #A2934 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 27 37
    #A2935 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28
    #A2936 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28 37
    #A2937 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29
    #A2938 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/StatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A2939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A2940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A2941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A2942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A2943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 21
    #A2944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 21 50
    #A2945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 22
    #A2946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 22 50
    #A2947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 23
    #A2948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 23 50
    #A2949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 24
    #A2950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 24 50
    #A2951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 25
    #A2952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 25 50
    #A2953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 26
    #A2954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 26 50
    #A2955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 27
    #A2956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 27 50
    #A2957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 28
    #A2958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 28 50
    #A2959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 29
    #A2960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 29 50
    #A2961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 30
    #A2962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 30 50
    #A2963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 31
    #A2964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 31 50
    #A2965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 32
    #A2966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 32 50
    #A2967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 33
    #A2968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 33 50
    #A2969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 34
    #A2970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 34 50
    #A2971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 35
    #A2972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 35 50
    #A2973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 36
    #A2974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 36 50
    #A2975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 37
    #A2976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 37 50
    #A2977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 38
    #A2978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 38 50
    #A2979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 39
    #A2980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 39 50
    #A2981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 40
    #A2982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 40 50
    #A2983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 41
    #A2984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 41 50
    #A2985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 42
    #A2986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 42 50
    #A2987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 43
    #A2988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 43 50
    #A2989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 44
    #A2990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 44 50
    #A2991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 45
    #A2992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 45 50
    #A2993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 46
    #A2994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 46 44
    #A2995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 47
    #A2996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 47 44
    #A2997 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 48
    #A2998 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 48 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/StatsTest.java

    Severity Rule Message Line Col
    #A2999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A3000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A3001 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A3002 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A3003 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_STATS. 21
    #A3004 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_STATS. 21 50
    #A3005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 22
    #A3006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 22 50
    #A3007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_VARARGS. 23
    #A3008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_VARARGS. 23 50
    #A3009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 24
    #A3010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 24 50
    #A3011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 25
    #A3012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 25 50
    #A3013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 26
    #A3014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 26 50
    #A3015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 27
    #A3016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 27 50
    #A3017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 28
    #A3018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 28 50
    #A3019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_ITERABLE. 29
    #A3020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_ITERABLE. 29 50
    #A3021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_VARARGS. 30
    #A3022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_VARARGS. 30 50
    #A3023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 31
    #A3024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 31 50
    #A3025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_MEAN. 32
    #A3026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_MEAN. 32 50
    #A3027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_POPULATION_VARIANCE. 33
    #A3028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_POPULATION_VARIANCE. 33 50
    #A3029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_STATS. 34
    #A3030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_STATS. 34 50
    #A3031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_MEAN. 35
    #A3032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_MEAN. 35 50
    #A3033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_POPULATION_VARIANCE. 36
    #A3034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_POPULATION_VARIANCE. 36 50
    #A3035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_STATS. 37
    #A3036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_STATS. 37 50
    #A3037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_MEAN. 38
    #A3038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_MEAN. 38 50
    #A3039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_STATS. 39
    #A3040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_STATS. 39 50
    #A3041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 40
    #A3042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 40 50
    #A3043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 41
    #A3044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 41 50
    #A3045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 42
    #A3046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 42 50
    #A3047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 43
    #A3048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 43 50
    #A3049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 44
    #A3050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 44 50
    #A3051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_ITERATOR. 45
    #A3052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_ITERATOR. 45 50
    #A3053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_SNAPSHOT. 46
    #A3054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_SNAPSHOT. 46 50
    #A3055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 47
    #A3056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 47 50
    #A3057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 48
    #A3058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 48 50
    #A3059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 49
    #A3060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 49 50
    #A3061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 50
    #A3062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 50 50
    #A3063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 51
    #A3064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 51 50
    #A3065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 52
    #A3066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 52 50
    #A3067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 53
    #A3068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 53 50
    #A3069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERATOR. 54
    #A3070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERATOR. 54 50
    #A3071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_SNAPSHOT. 55
    #A3072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_SNAPSHOT. 55 50
    #A3073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 56
    #A3074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 56 50
    #A3075 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 57
    #A3076 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 57 50
    #A3077 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 58
    #A3078 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 58 50
    #A3079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 59
    #A3080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 59 50
    #A3081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 60
    #A3082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 60 50
    #A3083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 61
    #A3084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 61 50
    #A3085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 62
    #A3086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 62 50
    #A3087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 63
    #A3088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 63 50
    #A3089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 64
    #A3090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 64 50
    #A3091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 65
    #A3092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 65 50
    #A3093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 66
    #A3094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 66 44
    #A3095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 67
    #A3096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 67 44
    #A3097 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 68
    #A3098 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 68 31
    #A3099 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 69
    #A3100 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 69 31
    #A3101 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 70
    #A3102 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 70 31
    #A3103 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 71
    #A3104 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 71 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/StatsTesting.java

    Severity Rule Message Line Col
    #A3105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A3108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A3109 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21
    #A3110 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21 31
    #A3111 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 22
    #A3112 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 22 31
    #A3113 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 23
    #A3114 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 23 31
    #A3115 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24
    #A3116 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/HostSpecifierTest.java

    Severity Rule Message Line Col
    #A3117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/InetAddressesTest.java

    Severity Rule Message Line Col
    #A3119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/MediaTypeTest.java

    Severity Rule Message Line Col
    #A3121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16. 19
    #A3122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16. 19 46
    #A3123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20
    #A3124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20 46
    #A3125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_APPLICATION_TYPE. 21
    #A3126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_APPLICATION_TYPE. 21 46
    #A3127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_AUDIO_TYPE. 22
    #A3128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_AUDIO_TYPE. 22 46
    #A3129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_IMAGE_TYPE. 23
    #A3130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_IMAGE_TYPE. 23 46
    #A3131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TEXT_TYPE. 24
    #A3132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TEXT_TYPE. 24 46
    #A3133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TYPE. 25
    #A3134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TYPE. 25 46
    #A3135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_VIDEO_TYPE. 26
    #A3136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_VIDEO_TYPE. 26 46
    #A3137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.HTML_UTF_8. 27
    #A3138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.HTML_UTF_8. 27 46
    #A3139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.JPEG. 28
    #A3140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.JPEG. 28 46
    #A3141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.PLAIN_TEXT_UTF_8. 29
    #A3142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.PLAIN_TEXT_UTF_8. 29 46
    #A3143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30
    #A3144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30 44
    #A3145 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isFinal. 31
    #A3146 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isFinal. 31 41
    #A3147 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 32
    #A3148 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 32 41
    #A3149 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 33
    #A3150 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 33 41
    #A3151 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 34
    #A3152 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 34 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/PercentEscaperTest.java

    Severity Rule Message Line Col
    #A3153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19
    #A3154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19 62
    #A3155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20
    #A3156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20 62
    #A3157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21
    #A3158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21 62
    #A3159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A3160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/UrlEscapersTest.java

    Severity Rule Message Line Col
    #A3161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19
    #A3162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19 62
    #A3163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20
    #A3164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20 62
    #A3165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21
    #A3166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21 62
    #A3167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFormParameterEscaper. 22
    #A3168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFormParameterEscaper. 22 48
    #A3169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFragmentEscaper. 23
    #A3170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFragmentEscaper. 23 48
    #A3171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlPathSegmentEscaper. 24
    #A3172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlPathSegmentEscaper. 24 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A3173 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A3174 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A3175 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A3176 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A3177 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A3178 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A3179 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A3180 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A3181 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A3182 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A3183 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A3184 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ByteArrayAsListTest.java

    Severity Rule Message Line Col
    #A3185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/CharArrayAsListTest.java

    Severity Rule Message Line Col
    #A3187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/DoubleArrayAsListTest.java

    Severity Rule Message Line Col
    #A3189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/DoublesTest.java

    Severity Rule Message Line Col
    #A3191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3193 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20
    #A3194 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/FloatArrayAsListTest.java

    Severity Rule Message Line Col
    #A3195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/FloatsTest.java

    Severity Rule Message Line Col
    #A3197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3199 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NaN. 20
    #A3200 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NaN. 20 30

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java

    Severity Rule Message Line Col
    #A3201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17
    #A3202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17 56
    #A3203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18
    #A3204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18 59
    #A3205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java

    Severity Rule Message Line Col
    #A3207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17
    #A3208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17 56
    #A3209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18
    #A3210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18 59
    #A3211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java

    Severity Rule Message Line Col
    #A3213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17
    #A3214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17 56
    #A3215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18
    #A3216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18 59
    #A3217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/IntArrayAsListTest.java

    Severity Rule Message Line Col
    #A3219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/LongArrayAsListTest.java

    Severity Rule Message Line Col
    #A3221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/LongsTest.java

    Severity Rule Message Line Col
    #A3223 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 19
    #A3224 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 19 29
    #A3225 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MIN_VALUE. 20
    #A3226 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MIN_VALUE. 20 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ShortArrayAsListTest.java

    Severity Rule Message Line Col
    #A3227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

    Severity Rule Message Line Col
    #A3229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A3230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

    Severity Rule Message Line Col
    #A3231 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 17
    #A3232 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 17 35

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/AbstractInvocationHandlerTest.java

    Severity Rule Message Line Col
    #A3233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A3235 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A3236 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A3237 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A3238 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A3239 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A3240 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A3241 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A3242 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A3243 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A3244 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A3245 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A3246 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

    Severity Rule Message Line Col
    #A3247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.US_ASCII. 19
    #A3248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.US_ASCII. 19 46
    #A3249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 20
    #A3250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 20 60
    #A3251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21
    #A3252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21 60
    #A3253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A3254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/ImmutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A3255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A3256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45
    #A3257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A3258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/InvokableTest.java

    Severity Rule Message Line Col
    #A3259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/MutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A3261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A3262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45
    #A3263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A3264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/SubtypeTester.java

    Severity Rule Message Line Col
    #A3265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A3266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A3267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A3268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A3269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21
    #A3270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

    Severity Rule Message Line Col
    #A3271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

    Severity Rule Message Line Col
    #A3273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

    Severity Rule Message Line Col
    #A3275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypesTest.java

    Severity Rule Message Line Col
    #A3277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3279 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A3280 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractAbstractFutureTest.java

    Severity Rule Message Line Col
    #A3281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 20
    #A3284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 20 56
    #A3285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21
    #A3286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21 56
    #A3287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A3288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A3289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 23
    #A3290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 23 58
    #A3291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 24
    #A3292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 24 61
    #A3293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyGetOnPendingFuture. 25
    #A3294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyGetOnPendingFuture. 25 61
    #A3295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyTimedGetOnPendingFuture. 26
    #A3296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyTimedGetOnPendingFuture. 26 61
    #A3297 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27
    #A3298 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27 44
    #A3299 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28
    #A3300 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractChainedListenableFutureTest.java

    Severity Rule Message Line Col
    #A3301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

    Severity Rule Message Line Col
    #A3303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java

    Severity Rule Message Line Col
    #A3305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureCancellationCauseTest.java

    Severity Rule Message Line Col
    #A3307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

    Severity Rule Message Line Col
    #A3309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A3312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java

    Severity Rule Message Line Col
    #A3313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A3316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractListeningExecutorServiceTest.java

    Severity Rule Message Line Col
    #A3317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

    Severity Rule Message Line Col
    #A3319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AbstractScheduledService.Scheduler.newFixedDelaySchedule. 20
    #A3322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AbstractScheduledService.Scheduler.newFixedDelaySchedule. 20 83
    #A3323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21
    #A3324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21 62
    #A3325 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A3326 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

    Severity Rule Message Line Col
    #A3327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A3330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62
    #A3331 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 21
    #A3332 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 21 31
    #A3333 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A3334 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A3335 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A3336 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A3337 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A3338 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A3339 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A3340 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A3341 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A3342 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A3343 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A3344 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A3345 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A3346 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/CallablesTest.java

    Severity Rule Message Line Col
    #A3347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ClassPathUtil.java

    Severity Rule Message Line Col
    #A3349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 17
    #A3350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 17 60
    #A3351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 18
    #A3352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 18 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ExecutionListTest.java

    Severity Rule Message Line Col
    #A3353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A3354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java

    Severity Rule Message Line Col
    #A3355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A3356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44
    #A3357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A3358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A3359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A3360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FakeTimeLimiterTest.java

    Severity Rule Message Line Col
    #A3361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FluentFutureTest.java

    Severity Rule Message Line Col
    #A3363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 19
    #A3364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 19 44
    #A3365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A3366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A3367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21
    #A3368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21 56
    #A3369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22
    #A3370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22 56
    #A3371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23
    #A3372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23 62
    #A3373 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newScheduledThreadPool. 24
    #A3374 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newScheduledThreadPool. 24 45
    #A3375 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25
    #A3376 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ForwardingObjectTester.java

    Severity Rule Message Line Col
    #A3377 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Answers.CALLS_REAL_METHODS. 19
    #A3378 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Answers.CALLS_REAL_METHODS. 19 34
    #A3379 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doReturn. 20
    #A3380 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doReturn. 20 34
    #A3381 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 21
    #A3382 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FutureCallbackTest.java

    Severity Rule Message Line Col
    #A3383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.addCallback. 20
    #A3386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.addCallback. 20 56
    #A3387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21
    #A3388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedInputs.java

    Severity Rule Message Line Col
    #A3389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 17
    #A3390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 17 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java

    Severity Rule Message Line Col
    #A3391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A3392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44
    #A3393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ClassPathUtil.parseJavaClassPath. 18
    #A3394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ClassPathUtil.parseJavaClassPath. 18 62
    #A3395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getChecked. 19
    #A3396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getChecked. 19 56
    #A3397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20
    #A3398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20 56
    #A3399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 21
    #A3400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 21 72
    #A3401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 22
    #A3402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 22 72
    #A3403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 23
    #A3404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 23 72
    #A3405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 24
    #A3406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 24 72
    #A3407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 25
    #A3408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 25 72
    #A3409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 26
    #A3410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 26 72
    #A3411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 27
    #A3412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 27 72
    #A3413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 28
    #A3414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 28 72
    #A3415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 29
    #A3416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 29 72
    #A3417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 30
    #A3418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 30 72
    #A3419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 31
    #A3420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 31 72
    #A3421 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 32
    #A3422 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 32 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesGetDoneTest.java

    Severity Rule Message Line Col
    #A3423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A3424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44
    #A3425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A3426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A3427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 19
    #A3428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 19 56
    #A3429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 20
    #A3430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 20 56
    #A3431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21
    #A3432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesGetUncheckedTest.java

    Severity Rule Message Line Col
    #A3433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getUnchecked. 17
    #A3434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getUnchecked. 17 56
    #A3435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 18
    #A3436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 18 56
    #A3437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 19
    #A3438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 19 72
    #A3439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 20
    #A3440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 20 72
    #A3441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 21
    #A3442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 21 72
    #A3443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 22
    #A3444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 22 72
    #A3445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 23
    #A3446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 23 72
    #A3447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 24
    #A3448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 24 72
    #A3449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 25
    #A3450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 25 72
    #A3451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 26
    #A3452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 26 72
    #A3453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 27
    #A3454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 27 72
    #A3455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 28
    #A3456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 28 72
    #A3457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 29
    #A3458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 29 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

    Severity Rule Message Line Col
    #A3459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.constant. 19
    #A3460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.constant. 19 47
    #A3461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.identity. 20
    #A3462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.identity. 20 47
    #A3463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.propagateIfInstanceOf. 21
    #A3464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.propagateIfInstanceOf. 21 48
    #A3465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 22
    #A3466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 22 50
    #A3467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23
    #A3468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23 46
    #A3469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.intersection. 24
    #A3470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.intersection. 24 45
    #A3471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A3472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A3473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 26
    #A3474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 26 44
    #A3475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.allAsList. 27
    #A3476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.allAsList. 27 56
    #A3477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catching. 28
    #A3478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catching. 28 56
    #A3479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catchingAsync. 29
    #A3480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catchingAsync. 29 56
    #A3481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 30
    #A3482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 30 56
    #A3483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 31
    #A3484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 31 56
    #A3485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 32
    #A3486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 32 56
    #A3487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 33
    #A3488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 33 56
    #A3489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.inCompletionOrder. 34
    #A3490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.inCompletionOrder. 34 56
    #A3491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.lazyTransform. 35
    #A3492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.lazyTransform. 35 56
    #A3493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.nonCancellationPropagating. 36
    #A3494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.nonCancellationPropagating. 36 56
    #A3495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.scheduleAsync. 37
    #A3496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.scheduleAsync. 37 56
    #A3497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submit. 38
    #A3498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submit. 38 56
    #A3499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submitAsync. 39
    #A3500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submitAsync. 39 56
    #A3501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.successfulAsList. 40
    #A3502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.successfulAsList. 40 56
    #A3503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 41
    #A3504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 41 56
    #A3505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 42
    #A3506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 42 56
    #A3507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllComplete. 43
    #A3508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllComplete. 43 56
    #A3509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllSucceed. 44
    #A3510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllSucceed. 44 56
    #A3511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 45
    #A3512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 45 62
    #A3513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.clearInterrupt. 46
    #A3514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.clearInterrupt. 46 61
    #A3515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 47
    #A3516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 47 61
    #A3517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 48
    #A3518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 48 65
    #A3519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 49
    #A3520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 49 65
    #A3521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.testing.TestingExecutors.noOpScheduledExecutor. 50
    #A3522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.testing.TestingExecutors.noOpScheduledExecutor. 50 73
    #A3523 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 51
    #A3524 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 51 31
    #A3525 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. 52
    #A3526 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. 52 45
    #A3527 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadScheduledExecutor. 53
    #A3528 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadScheduledExecutor. 53 45
    #A3529 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 54
    #A3530 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 54 44
    #A3531 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 55
    #A3532 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 55 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesTransformAsyncTest.java

    Severity Rule Message Line Col
    #A3533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 20
    #A3536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 20 56
    #A3537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21
    #A3538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21 62
    #A3539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 22
    #A3540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 22 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesTransformTest.java

    Severity Rule Message Line Col
    #A3541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 19
    #A3542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 19 56
    #A3543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A3544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

    Severity Rule Message Line Col
    #A3545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19
    #A3546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/InterruptibleTaskTest.java

    Severity Rule Message Line Col
    #A3547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18
    #A3548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java

    Severity Rule Message Line Col
    #A3549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A3551 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20
    #A3552 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20 44
    #A3553 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21
    #A3554 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21 44
    #A3555 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 22
    #A3556 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

    Severity Rule Message Line Col
    #A3557 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18
    #A3558 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18 44
    #A3559 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 19
    #A3560 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java

    Severity Rule Message Line Col
    #A3561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A3562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A3563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20
    #A3564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20 56
    #A3565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.JdkFutureAdapters.listenInPoolThread. 21
    #A3566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.JdkFutureAdapters.listenInPoolThread. 21 66
    #A3567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A3568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A3569 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23
    #A3570 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23 45
    #A3571 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 24
    #A3572 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 24 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTaskTest.java

    Severity Rule Message Line Col
    #A3573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A3574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTester.java

    Severity Rule Message Line Col
    #A3575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A3577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A3578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A3579 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 21
    #A3580 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 21 37
    #A3581 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 22
    #A3582 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 22 37
    #A3583 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 23
    #A3584 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 23 37
    #A3585 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 24
    #A3586 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 24 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ListenerCallQueueTest.java

    Severity Rule Message Line Col
    #A3587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A3588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

    Severity Rule Message Line Col
    #A3589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 31
    #A3590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 31 50
    #A3591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 32
    #A3592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 32 44
    #A3593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 33
    #A3594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 33 62
    #A3595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.invokeAnyImpl. 34
    #A3596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.invokeAnyImpl. 34 62
    #A3597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.listeningDecorator. 35
    #A3598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.listeningDecorator. 35 62
    #A3599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 36
    #A3600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 36 62
    #A3601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.renamingDecorator. 37
    #A3602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.renamingDecorator. 37 62
    #A3603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.shutdownAndAwaitTermination. 38
    #A3604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.shutdownAndAwaitTermination. 38 62
    #A3605 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 39
    #A3606 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 39 44
    #A3607 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 40
    #A3608 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 40 44
    #A3609 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 41
    #A3610 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 41 34
    #A3611 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 42
    #A3612 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 42 34
    #A3613 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 43
    #A3614 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 43 34
    #A3615 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 44
    #A3616 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 44 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

    Severity Rule Message Line Col
    #A3617 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 19
    #A3618 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 19 41
    #A3619 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 20
    #A3620 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 20 44
    #A3621 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21
    #A3622 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21 44
    #A3623 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 22
    #A3624 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 22 44
    #A3625 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 23
    #A3626 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

    Severity Rule Message Line Col
    #A3627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20
    #A3630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

    Severity Rule Message Line Col
    #A3631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3633 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A3634 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31
    #A3635 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21
    #A3636 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ServiceTest.java

    Severity Rule Message Line Col
    #A3637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 19
    #A3638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 19 62
    #A3639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 20
    #A3640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 20 62
    #A3641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 21
    #A3642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 21 62
    #A3643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 22
    #A3644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 22 62
    #A3645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 23
    #A3646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 23 62
    #A3647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 24
    #A3648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 24 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SettableFutureTest.java

    Severity Rule Message Line Col
    #A3649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SimpleTimeLimiterTest.java

    Severity Rule Message Line Col
    #A3651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3653 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20
    #A3654 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/StripedTest.java

    Severity Rule Message Line Col
    #A3655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19
    #A3656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SupplementalMonitorTest.java

    Severity Rule Message Line Col
    #A3657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.GeneratedMonitorTest.startThread. 19
    #A3658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.GeneratedMonitorTest.startThread. 19 69
    #A3659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 20
    #A3660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 20 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/TestPlatform.java

    Severity Rule Message Line Col
    #A3661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A3663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A3664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A3665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.failureWithCause. 21
    #A3666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.failureWithCause. 21 60
    #A3667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.pseudoTimedGetUninterruptibly. 22
    #A3668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.pseudoTimedGetUninterruptibly. 22 60
    #A3669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23
    #A3670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23 65
    #A3671 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24
    #A3672 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24 44
    #A3673 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25
    #A3674 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25 44
    #A3675 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 26
    #A3676 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 26 37
    #A3677 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 27
    #A3678 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 27 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/TestThread.java

    Severity Rule Message Line Col
    #A3679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A3681 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A3682 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A3683 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21
    #A3684 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21 37
    #A3685 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 22
    #A3686 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 22 37
    #A3687 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 23
    #A3688 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 23 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java

    Severity Rule Message Line Col
    #A3689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/TrustedListenableFutureTaskTest.java

    Severity Rule Message Line Col
    #A3691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Callables.returning. 20
    #A3694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Callables.returning. 20 58
    #A3695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21
    #A3696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21 56
    #A3697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyThreadWasNotInterrupted. 22
    #A3698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyThreadWasNotInterrupted. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/UncaughtExceptionHandlersTest.java

    Severity Rule Message Line Col
    #A3699 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19
    #A3700 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19 34
    #A3701 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20
    #A3702 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/UncheckedThrowingFuture.java

    Severity Rule Message Line Col
    #A3703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/UninterruptibleFutureTest.java

    Severity Rule Message Line Col
    #A3705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19
    #A3706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19 65
    #A3707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 20
    #A3708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 20 65
    #A3709 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 21
    #A3710 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 21 44
    #A3711 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A3712 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java

    Severity Rule Message Line Col
    #A3713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19
    #A3714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19 65
    #A3715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20
    #A3716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20 65
    #A3717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 21
    #A3718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 21 65
    #A3719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.putUninterruptibly. 22
    #A3720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.putUninterruptibly. 22 65
    #A3721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.takeUninterruptibly. 23
    #A3722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.takeUninterruptibly. 23 65
    #A3723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.tryAcquireUninterruptibly. 24
    #A3724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.tryAcquireUninterruptibly. 24 65
    #A3725 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 25
    #A3726 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 25 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java

    Severity Rule Message Line Col
    #A3727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A3729 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20
    #A3730 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20 62
    #A3731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 21
    #A3732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 21 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/WrappingScheduledExecutorServiceTest.java

    Severity Rule Message Line Col
    #A3733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A3734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/xml/XmlEscapersTest.java

    Severity Rule Message Line Col
    #A3735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19
    #A3736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19 62
    #A3737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20
    #A3738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Absent.java

    Severity Rule Message Line Col
    #A3739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/AbstractIterator.java

    Severity Rule Message Line Col
    #A3741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17
    #A3742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Ascii.java

    Severity Rule Message Line Col
    #A3743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/CaseFormat.java

    Severity Rule Message Line Col
    #A3747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/CharMatcher.java

    Severity Rule Message Line Col
    #A3749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A3753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A3754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Converter.java

    Severity Rule Message Line Col
    #A3755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Defaults.java

    Severity Rule Message Line Col
    #A3757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Enums.java

    Severity Rule Message Line Col
    #A3759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Equivalence.java

    Severity Rule Message Line Col
    #A3761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/FunctionalEquivalence.java

    Severity Rule Message Line Col
    #A3763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Functions.java

    Severity Rule Message Line Col
    #A3765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Joiner.java

    Severity Rule Message Line Col
    #A3769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/MoreObjects.java

    Severity Rule Message Line Col
    #A3771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Optional.java

    Severity Rule Message Line Col
    #A3773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Platform.java

    Severity Rule Message Line Col
    #A3775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A3776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45
    #A3777 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18
    #A3778 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18 32

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Preconditions.java

    Severity Rule Message Line Col
    #A3779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A3780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Predicates.java

    Severity Rule Message Line Col
    #A3781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Present.java

    Severity Rule Message Line Col
    #A3783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Splitter.java

    Severity Rule Message Line Col
    #A3785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Stopwatch.java

    Severity Rule Message Line Col
    #A3789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A3791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A3792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A3793 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 19
    #A3794 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 19 44
    #A3795 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.HOURS. 20
    #A3796 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.HOURS. 20 44
    #A3797 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 21
    #A3798 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 21 44
    #A3799 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 22
    #A3800 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 22 44
    #A3801 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 23
    #A3802 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 23 44
    #A3803 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24
    #A3804 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24 44
    #A3805 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25
    #A3806 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Strings.java

    Severity Rule Message Line Col
    #A3807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A3811 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 19
    #A3812 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 19 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Suppliers.java

    Severity Rule Message Line Col
    #A3813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Throwables.java

    Severity Rule Message Line Col
    #A3817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A3819 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 18
    #A3820 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 18 31
    #A3821 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 19
    #A3822 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Utf8.java

    Severity Rule Message Line Col
    #A3823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17
    #A3824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17 51
    #A3825 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_SURROGATE. 18
    #A3826 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_SURROGATE. 18 34
    #A3827 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SURROGATE. 19
    #A3828 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SURROGATE. 19 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/base/Verify.java

    Severity Rule Message Line Col
    #A3829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A3830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/CacheBuilder.java

    Severity Rule Message Line Col
    #A3831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A3835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A3836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/CacheBuilderSpec.java

    Severity Rule Message Line Col
    #A3837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/CacheLoader.java

    Severity Rule Message Line Col
    #A3839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/CacheStats.java

    Severity Rule Message Line Col
    #A3841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedAdd. 18
    #A3844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedAdd. 18 46
    #A3845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedSubtract. 19
    #A3846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedSubtract. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/LocalCache.java

    Severity Rule Message Line Col
    #A3847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A3849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A3850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A3851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19
    #A3852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19 51
    #A3853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.UNSET_INT. 20
    #A3854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.UNSET_INT. 20 51
    #A3855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 21
    #A3856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 21 56
    #A3857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A3858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A3859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23
    #A3860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23 65
    #A3861 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24
    #A3862 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/RemovalListeners.java

    Severity Rule Message Line Col
    #A3863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/cache/RemovalNotification.java

    Severity Rule Message Line Col
    #A3865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractBiMap.java

    Severity Rule Message Line Col
    #A3867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A3870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A3871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A3872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractIndexedListIterator.java

    Severity Rule Message Line Col
    #A3873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A3874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractIterator.java

    Severity Rule Message Line Col
    #A3875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A3876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractMapBasedMultimap.java

    Severity Rule Message Line Col
    #A3877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A3880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A3881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A3882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractMapBasedMultiset.java

    Severity Rule Message Line Col
    #A3883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A3886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A3887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A3888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractMultimap.java

    Severity Rule Message Line Col
    #A3889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractMultiset.java

    Severity Rule Message Line Col
    #A3891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Multisets.setCountImpl. 19
    #A3892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Multisets.setCountImpl. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/AbstractSortedMultiset.java

    Severity Rule Message Line Col
    #A3893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ArrayListMultimap.java

    Severity Rule Message Line Col
    #A3895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A3896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ArrayTable.java

    Severity Rule Message Line Col
    #A3897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20
    #A3900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20 51
    #A3901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A3902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ByFunctionOrdering.java

    Severity Rule Message Line Col
    #A3903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/CartesianList.java

    Severity Rule Message Line Col
    #A3905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 17
    #A3906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/CollectPreconditions.java

    Severity Rule Message Line Col
    #A3907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A3908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Collections2.java

    Severity Rule Message Line Col
    #A3909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A3912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A3913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A3914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/CompactHashMap.java

    Severity Rule Message Line Col
    #A3915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19
    #A3916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19 61
    #A3917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 20
    #A3918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 20 55
    #A3919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21
    #A3920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/CompactHashSet.java

    Severity Rule Message Line Col
    #A3921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19
    #A3922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19 61
    #A3923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 20
    #A3924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 20 55
    #A3925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21
    #A3926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ComparatorOrdering.java

    Severity Rule Message Line Col
    #A3927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Comparators.java

    Severity Rule Message Line Col
    #A3929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ConcurrentHashMultiset.java

    Severity Rule Message Line Col
    #A3931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A3934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A3935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A3936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A3937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A3938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ConsumingQueueIterator.java

    Severity Rule Message Line Col
    #A3939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ContiguousSet.java

    Severity Rule Message Line Col
    #A3941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Cut.java

    Severity Rule Message Line Col
    #A3945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/DiscreteDomain.java

    Severity Rule Message Line Col
    #A3947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A3950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/EnumBiMap.java

    Severity Rule Message Line Col
    #A3951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A3954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/EnumHashBiMap.java

    Severity Rule Message Line Col
    #A3955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/EnumMultiset.java

    Severity Rule Message Line Col
    #A3957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A3961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A3962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61
    #A3963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20
    #A3964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/EvictingQueue.java

    Severity Rule Message Line Col
    #A3965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A3967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A3968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/FilteredEntryMultimap.java

    Severity Rule Message Line Col
    #A3969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A3971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 20
    #A3972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 20 48
    #A3973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 21
    #A3974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 21 48
    #A3975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22
    #A3976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/FilteredKeyMultimap.java

    Severity Rule Message Line Col
    #A3977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A3979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 18
    #A3980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/FilteredMultimapValues.java

    Severity Rule Message Line Col
    #A3981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/FluentIterable.java

    Severity Rule Message Line Col
    #A3983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A3984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ForwardingNavigableMap.java

    Severity Rule Message Line Col
    #A3985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19
    #A3986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19 61
    #A3987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 20
    #A3988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ForwardingSet.java

    Severity Rule Message Line Col
    #A3989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A3990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ForwardingSortedMap.java

    Severity Rule Message Line Col
    #A3991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A3992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/GeneralRange.java

    Severity Rule Message Line Col
    #A3993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A3994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A3995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A3996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A3997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A3998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A3999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A4000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/GwtTransient.java

    Severity Rule Message Line Col
    #A4001 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 19
    #A4002 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 19 47
    #A4003 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 20
    #A4004 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/HashBasedTable.java

    Severity Rule Message Line Col
    #A4005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A4006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/HashBiMap.java

    Severity Rule Message Line Col
    #A4007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableBiMap.java

    Severity Rule Message Line Col
    #A4009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 19
    #A4010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 19 61
    #A4011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A4012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableClassToInstanceMap.java

    Severity Rule Message Line Col
    #A4013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableCollection.java

    Severity Rule Message Line Col
    #A4015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A4018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61
    #A4019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 21
    #A4020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableEnumMap.java

    Severity Rule Message Line Col
    #A4021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableList.java

    Severity Rule Message Line Col
    #A4023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20
    #A4026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20 51
    #A4027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A4028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A4029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 22
    #A4030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 22 51
    #A4031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 23
    #A4032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 23 51
    #A4033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 24
    #A4034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 24 61
    #A4035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 25
    #A4036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 25 53
    #A4037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableList.EMPTY. 26
    #A4038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableList.EMPTY. 26 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableMap.java

    Severity Rule Message Line Col
    #A4039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A4043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A4044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A4045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22
    #A4046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableMultimap.java

    Severity Rule Message Line Col
    #A4047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 20
    #A4050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableMultiset.java

    Severity Rule Message Line Col
    #A4051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableRangeMap.java

    Severity Rule Message Line Col
    #A4053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableRangeSet.java

    Severity Rule Message Line Col
    #A4059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER. 20
    #A4066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER. 20 70
    #A4067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER. 21
    #A4068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER. 21 70
    #A4069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT. 22
    #A4070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT. 22 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableSet.java

    Severity Rule Message Line Col
    #A4071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4075 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A4076 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A4077 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementNotNull. 22
    #A4078 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementNotNull. 22 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableSetMultimap.java

    Severity Rule Message Line Col
    #A4079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableSortedMap.java

    Severity Rule Message Line Col
    #A4081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A4086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A4087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 22
    #A4088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 22 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java

    Severity Rule Message Line Col
    #A4089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableSortedSet.java

    Severity Rule Message Line Col
    #A4093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 21
    #A4098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ImmutableTable.java

    Severity Rule Message Line Col
    #A4099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Interners.java

    Severity Rule Message Line Col
    #A4101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Iterables.java

    Severity Rule Message Line Col
    #A4103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A4108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Iterators.java

    Severity Rule Message Line Col
    #A4109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A4114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A4115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22
    #A4116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22 48
    #A4117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23
    #A4118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/LinkedHashMultimap.java

    Severity Rule Message Line Col
    #A4119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A4120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61
    #A4121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20
    #A4122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/LinkedListMultimap.java

    Severity Rule Message Line Col
    #A4123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A4124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51
    #A4125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A4127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A4128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61
    #A4129 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 22
    #A4130 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Lists.java

    Severity Rule Message Line Col
    #A4131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20
    #A4134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20 51
    #A4135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A4136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A4137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 22
    #A4138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 22 51
    #A4139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 23
    #A4140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 23 51
    #A4141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24
    #A4142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24 51
    #A4143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 25
    #A4144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 25 61
    #A4145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 26
    #A4146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 26 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/MapMaker.java

    Severity Rule Message Line Col
    #A4147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/MapMakerInternalMap.java

    Severity Rule Message Line Col
    #A4153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A4155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 18
    #A4156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 18 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Maps.java

    Severity Rule Message Line Col
    #A4157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21
    #A4162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21 48
    #A4163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 22
    #A4164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 22 61
    #A4165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 23
    #A4166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java

    Severity Rule Message Line Col
    #A4167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 21
    #A4172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 21 51
    #A4173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22
    #A4174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22 51
    #A4175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23
    #A4176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/MultimapBuilder.java

    Severity Rule Message Line Col
    #A4177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A4180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Multimaps.java

    Severity Rule Message Line Col
    #A4181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A4184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61
    #A4185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A4186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Multisets.java

    Severity Rule Message Line Col
    #A4187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A4192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A4193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A4194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/MutableClassToInstanceMap.java

    Severity Rule Message Line Col
    #A4195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/NaturalOrdering.java

    Severity Rule Message Line Col
    #A4197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ObjectArrays.java

    Severity Rule Message Line Col
    #A4199 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4200 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ObjectCountHashMap.java

    Severity Rule Message Line Col
    #A4201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 19
    #A4202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 19 51
    #A4203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkPositive. 20
    #A4204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkPositive. 20 61
    #A4205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21
    #A4206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Ordering.java

    Severity Rule Message Line Col
    #A4207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A4210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Platform.java

    Severity Rule Message Line Col
    #A4211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 19
    #A4212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 19 45
    #A4213 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 20
    #A4214 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 20 32

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Range.java

    Severity Rule Message Line Col
    #A4215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/RegularContiguousSet.java

    Severity Rule Message Line Col
    #A4217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 20
    #A4224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/RegularImmutableList.java

    Severity Rule Message Line Col
    #A4225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 19
    #A4226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/RegularImmutableMap.java

    Severity Rule Message Line Col
    #A4227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 19
    #A4228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 19 51
    #A4229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20
    #A4230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20 51
    #A4231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A4232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/RegularImmutableSortedMultiset.java

    Severity Rule Message Line Col
    #A4233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A4235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A4236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51
    #A4237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A4238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/RegularImmutableSortedSet.java

    Severity Rule Message Line Col
    #A4239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/RegularImmutableTable.java

    Severity Rule Message Line Col
    #A4241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ReverseNaturalOrdering.java

    Severity Rule Message Line Col
    #A4245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/ReverseOrdering.java

    Severity Rule Message Line Col
    #A4247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Sets.java

    Severity Rule Message Line Col
    #A4249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A4254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/SingletonImmutableTable.java

    Severity Rule Message Line Col
    #A4255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/SortedIterables.java

    Severity Rule Message Line Col
    #A4257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/SortedLists.java

    Severity Rule Message Line Col
    #A4259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/SortedMultisets.java

    Severity Rule Message Line Col
    #A4261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A4262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A4263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A4264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/StandardRowSortedTable.java

    Severity Rule Message Line Col
    #A4265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/StandardTable.java

    Severity Rule Message Line Col
    #A4267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.alwaysTrue. 20
    #A4270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.alwaysTrue. 20 48
    #A4271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 21
    #A4272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 21 48
    #A4273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22
    #A4274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22 48
    #A4275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23
    #A4276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23 48
    #A4277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeContainsKey. 24
    #A4278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeContainsKey. 24 45
    #A4279 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeGet. 25
    #A4280 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeGet. 25 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Synchronized.java

    Severity Rule Message Line Col
    #A4281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/Tables.java

    Severity Rule Message Line Col
    #A4283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TopKSelector.java

    Severity Rule Message Line Col
    #A4287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TransformedIterator.java

    Severity Rule Message Line Col
    #A4291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TreeBasedTable.java

    Severity Rule Message Line Col
    #A4293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TreeMultimap.java

    Severity Rule Message Line Col
    #A4297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TreeMultiset.java

    Severity Rule Message Line Col
    #A4299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A4303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A4304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A4305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A4306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TreeRangeMap.java

    Severity Rule Message Line Col
    #A4307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21
    #A4312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21 48
    #A4313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22
    #A4314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22 48
    #A4315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23
    #A4316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TreeRangeSet.java

    Severity Rule Message Line Col
    #A4317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/collect/TreeTraverser.java

    Severity Rule Message Line Col
    #A4321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/ArrayBasedCharEscaper.java

    Severity Rule Message Line Col
    #A4323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/ArrayBasedEscaperMap.java

    Severity Rule Message Line Col
    #A4325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java

    Severity Rule Message Line Col
    #A4327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/CharEscaper.java

    Severity Rule Message Line Col
    #A4329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/CharEscaperBuilder.java

    Severity Rule Message Line Col
    #A4331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/Escapers.java

    Severity Rule Message Line Col
    #A4333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/escape/UnicodeEscaper.java

    Severity Rule Message Line Col
    #A4335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/eventbus/DeadEvent.java

    Severity Rule Message Line Col
    #A4337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/eventbus/Dispatcher.java

    Severity Rule Message Line Col
    #A4339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/eventbus/EventBus.java

    Severity Rule Message Line Col
    #A4341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/eventbus/Subscriber.java

    Severity Rule Message Line Col
    #A4343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java

    Severity Rule Message Line Col
    #A4345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/eventbus/SubscriberRegistry.java

    Severity Rule Message Line Col
    #A4347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/AbstractBaseGraph.java

    Severity Rule Message Line Col
    #A4351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A4356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A4357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 22
    #A4358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 22 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/AbstractDirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A4359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A4363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21
    #A4364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21 45
    #A4365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 22
    #A4366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 22 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/AbstractNetwork.java

    Severity Rule Message Line Col
    #A4367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 21
    #A4372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 21 53
    #A4373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.MULTIPLE_EDGES_CONNECTING. 22
    #A4374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.MULTIPLE_EDGES_CONNECTING. 22 53
    #A4375 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableSet. 23
    #A4376 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableSet. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/AbstractUndirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A4377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ConfigurableMutableNetwork.java

    Severity Rule Message Line Col
    #A4381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A4386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A4387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.PARALLEL_EDGES_NOT_ALLOWED. 22
    #A4388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.PARALLEL_EDGES_NOT_ALLOWED. 22 53
    #A4389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.REUSING_EDGE. 23
    #A4390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.REUSING_EDGE. 23 53
    #A4391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 24
    #A4392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 24 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ConfigurableMutableValueGraph.java

    Severity Rule Message Line Col
    #A4393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A4398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A4399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 22
    #A4400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 22 53
    #A4401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 23
    #A4402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 23 45
    #A4403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 24
    #A4404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 24 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ConfigurableNetwork.java

    Severity Rule Message Line Col
    #A4405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_EDGE_COUNT. 21
    #A4410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_EDGE_COUNT. 21 53
    #A4411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 22
    #A4412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 22 53
    #A4413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EDGE_NOT_IN_GRAPH. 23
    #A4414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EDGE_NOT_IN_GRAPH. 23 53
    #A4415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 24
    #A4416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 24 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ConfigurableValueGraph.java

    Severity Rule Message Line Col
    #A4417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 20
    #A4420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 20 53
    #A4421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21
    #A4422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/DirectedGraphConnections.java

    Severity Rule Message Line Col
    #A4423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A4428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A4429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 22
    #A4430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 22 53
    #A4431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 23
    #A4432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 23 53
    #A4433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 24
    #A4434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 24 45
    #A4435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 25
    #A4436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 25 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/DirectedMultiNetworkConnections.java

    Severity Rule Message Line Col
    #A4437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A4439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20
    #A4440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20 53
    #A4441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21
    #A4442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/DirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A4443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19
    #A4444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/EdgesConnecting.java

    Severity Rule Message Line Col
    #A4445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ElementOrder.java

    Severity Rule Message Line Col
    #A4447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/EndpointPair.java

    Severity Rule Message Line Col
    #A4451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NOT_AVAILABLE_ON_UNDIRECTED. 20
    #A4454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NOT_AVAILABLE_ON_UNDIRECTED. 20 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/EndpointPairIterator.java

    Severity Rule Message Line Col
    #A4455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/GraphBuilder.java

    Severity Rule Message Line Col
    #A4457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A4461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21
    #A4462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/Graphs.java

    Severity Rule Message Line Col
    #A4463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 20
    #A4466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 20 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ImmutableGraph.java

    Severity Rule Message Line Col
    #A4467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ImmutableNetwork.java

    Severity Rule Message Line Col
    #A4469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ImmutableValueGraph.java

    Severity Rule Message Line Col
    #A4471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/MapIteratorCache.java

    Severity Rule Message Line Col
    #A4473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/MultiEdgesConnecting.java

    Severity Rule Message Line Col
    #A4475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/NetworkBuilder.java

    Severity Rule Message Line Col
    #A4477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20
    #A4480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/Traverser.java

    Severity Rule Message Line Col
    #A4481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A4482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A4483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A4484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/UndirectedGraphConnections.java

    Severity Rule Message Line Col
    #A4485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20
    #A4488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20 53
    #A4489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21
    #A4490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/UndirectedMultiNetworkConnections.java

    Severity Rule Message Line Col
    #A4491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A4493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20
    #A4494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20 53
    #A4495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21
    #A4496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/UndirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A4497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19
    #A4498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ValueGraphBuilder.java

    Severity Rule Message Line Col
    #A4499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20
    #A4502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/AbstractByteHasher.java

    Severity Rule Message Line Col
    #A4503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A4505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A4506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/AbstractCompositeHashFunction.java

    Severity Rule Message Line Col
    #A4507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/AbstractHashFunction.java

    Severity Rule Message Line Col
    #A4511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A4514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/AbstractStreamingHasher.java

    Severity Rule Message Line Col
    #A4515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/BloomFilter.java

    Severity Rule Message Line Col
    #A4517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/BloomFilterStrategies.java

    Severity Rule Message Line Col
    #A4521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/ChecksumHashFunction.java

    Severity Rule Message Line Col
    #A4523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/FarmHashFingerprint64.java

    Severity Rule Message Line Col
    #A4527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17
    #A4528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17 51
    #A4529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load32. 18
    #A4530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load32. 18 59
    #A4531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load64. 19
    #A4532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load64. 19 59
    #A4533 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.rotateRight. 20
    #A4534 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.rotateRight. 20 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/HashCode.java

    Severity Rule Message Line Col
    #A4535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/Hashing.java

    Severity Rule Message Line Col
    #A4541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/HashingInputStream.java

    Severity Rule Message Line Col
    #A4545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/HashingOutputStream.java

    Severity Rule Message Line Col
    #A4547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/MacHashFunction.java

    Severity Rule Message Line Col
    #A4549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A4551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A4552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/MessageDigestHashFunction.java

    Severity Rule Message Line Col
    #A4553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/Murmur3_128HashFunction.java

    Severity Rule Message Line Col
    #A4559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 28
    #A4560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 28 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/Murmur3_32HashFunction.java

    Severity Rule Message Line Col
    #A4561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 28
    #A4562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 28 51
    #A4563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 29
    #A4564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 29 51
    #A4565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 30
    #A4566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 30 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/hash/SipHashFunction.java

    Severity Rule Message Line Col
    #A4567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 22
    #A4568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 22 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/AppendableWriter.java

    Severity Rule Message Line Col
    #A4569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/BaseEncoding.java

    Severity Rule Message Line Col
    #A4571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51
    #A4577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A4578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A4579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.divide. 21
    #A4580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.divide. 21 45
    #A4581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.log2. 22
    #A4582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.log2. 22 45
    #A4583 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 23
    #A4584 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 23 37
    #A4585 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 24
    #A4586 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 24 37
    #A4587 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 25
    #A4588 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 25 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/ByteSink.java

    Severity Rule Message Line Col
    #A4589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/ByteSource.java

    Severity Rule Message Line Col
    #A4591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.createBuffer. 19
    #A4596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.createBuffer. 19 47
    #A4597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.skipUpTo. 20
    #A4598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.skipUpTo. 20 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/ByteStreams.java

    Severity Rule Message Line Col
    #A4599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A4604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51
    #A4605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/CharSequenceReader.java

    Severity Rule Message Line Col
    #A4607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/CharSink.java

    Severity Rule Message Line Col
    #A4613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/CharSource.java

    Severity Rule Message Line Col
    #A4615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/CharStreams.java

    Severity Rule Message Line Col
    #A4617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A4619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A4620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/Closer.java

    Severity Rule Message Line Col
    #A4621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/CountingInputStream.java

    Severity Rule Message Line Col
    #A4623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/CountingOutputStream.java

    Severity Rule Message Line Col
    #A4625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/Files.java

    Severity Rule Message Line Col
    #A4627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.FileWriteMode.APPEND. 19
    #A4632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.FileWriteMode.APPEND. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/LineReader.java

    Severity Rule Message Line Col
    #A4633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A4635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.CharStreams.createBuffer. 18
    #A4636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.CharStreams.createBuffer. 18 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/MultiInputStream.java

    Severity Rule Message Line Col
    #A4637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/ReaderInputStream.java

    Severity Rule Message Line Col
    #A4639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/io/Resources.java

    Severity Rule Message Line Col
    #A4645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/BigIntegerMath.java

    Severity Rule Message Line Col
    #A4649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 19
    #A4654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 19 55
    #A4655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 20
    #A4656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 20 55
    #A4657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 21
    #A4658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 21 55
    #A4659 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22
    #A4660 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22 37
    #A4661 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23
    #A4662 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23 37
    #A4663 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 24
    #A4664 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 24 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/DoubleMath.java

    Severity Rule Message Line Col
    #A4665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.IMPLICIT_BIT. 18
    #A4668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.IMPLICIT_BIT. 18 49
    #A4669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.SIGNIFICAND_BITS. 19
    #A4670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.SIGNIFICAND_BITS. 19 49
    #A4671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.getSignificand. 20
    #A4672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.getSignificand. 20 49
    #A4673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 21
    #A4674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 21 49
    #A4675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isNormal. 22
    #A4676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isNormal. 22 49
    #A4677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.scaleNormalize. 23
    #A4678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.scaleNormalize. 23 49
    #A4679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkInRangeForRoundingInputs. 24
    #A4680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkInRangeForRoundingInputs. 24 55
    #A4681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 25
    #A4682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 25 55
    #A4683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 26
    #A4684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 26 55
    #A4685 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 27
    #A4686 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 27 29
    #A4687 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.copySign. 28
    #A4688 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.copySign. 28 29
    #A4689 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 29
    #A4690 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 29 29
    #A4691 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.log. 30
    #A4692 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.log. 30 29
    #A4693 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.rint. 31
    #A4694 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.rint. 31 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/DoubleUtils.java

    Severity Rule Message Line Col
    #A4695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4697 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MAX_EXPONENT. 18
    #A4698 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MAX_EXPONENT. 18 31
    #A4699 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MIN_EXPONENT. 19
    #A4700 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MIN_EXPONENT. 19 31
    #A4701 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20
    #A4702 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20 31
    #A4703 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 21
    #A4704 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 21 31
    #A4705 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22
    #A4706 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22 31
    #A4707 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 23
    #A4708 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 23 31
    #A4709 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 24
    #A4710 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 24 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/IntMath.java

    Severity Rule Message Line Col
    #A4711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19
    #A4716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19 55
    #A4717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20
    #A4718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20 55
    #A4719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21
    #A4720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21 55
    #A4721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22
    #A4722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22 55
    #A4723 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23
    #A4724 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23 29
    #A4725 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24
    #A4726 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24 29
    #A4727 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25
    #A4728 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25 37
    #A4729 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26
    #A4730 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/LinearTransformation.java

    Severity Rule Message Line Col
    #A4731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 18
    #A4734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 18 49
    #A4735 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19
    #A4736 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/LongMath.java

    Severity Rule Message Line Col
    #A4737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19
    #A4742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19 55
    #A4743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20
    #A4744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20 55
    #A4745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21
    #A4746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21 55
    #A4747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22
    #A4748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22 55
    #A4749 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23
    #A4750 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23 29
    #A4751 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24
    #A4752 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24 29
    #A4753 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25
    #A4754 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25 37
    #A4755 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26
    #A4756 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/PairedStats.java

    Severity Rule Message Line Col
    #A4757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A4763 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20
    #A4764 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20 31
    #A4765 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 21
    #A4766 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 21 31
    #A4767 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22
    #A4768 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/PairedStatsAccumulator.java

    Severity Rule Message Line Col
    #A4769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17
    #A4770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17 51
    #A4771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 18
    #A4772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 18 51
    #A4773 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19
    #A4774 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19 31
    #A4775 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 20
    #A4776 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/Quantiles.java

    Severity Rule Message Line Col
    #A4777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4779 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 18
    #A4780 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 18 31
    #A4781 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19
    #A4782 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19 31
    #A4783 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20
    #A4784 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20 31
    #A4785 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.sort. 21
    #A4786 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.sort. 21 31
    #A4787 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableMap. 22
    #A4788 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableMap. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/Stats.java

    Severity Rule Message Line Col
    #A4789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A4795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 20
    #A4796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 20 49
    #A4797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsAccumulator.calculateNewMeanNonFinite. 21
    #A4798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsAccumulator.calculateNewMeanNonFinite. 21 54
    #A4799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 22
    #A4800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 22 51
    #A4801 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 23
    #A4802 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 23 31
    #A4803 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 24
    #A4804 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 24 31
    #A4805 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 25
    #A4806 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/StatsAccumulator.java

    Severity Rule Message Line Col
    #A4807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17
    #A4808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17 51
    #A4809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 18
    #A4810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 18 49
    #A4811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 19
    #A4812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 19 51
    #A4813 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20
    #A4814 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20 31
    #A4815 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 21
    #A4816 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/net/HostAndPort.java

    Severity Rule Message Line Col
    #A4817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/net/InetAddresses.java

    Severity Rule Message Line Col
    #A4823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/net/InternetDomainName.java

    Severity Rule Message Line Col
    #A4827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A4832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/net/MediaType.java

    Severity Rule Message Line Col
    #A4833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.ascii. 17
    #A4834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.ascii. 17 49
    #A4835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.javaIsoControl. 18
    #A4836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.javaIsoControl. 18 49
    #A4837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A4838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A4839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20
    #A4840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20 51
    #A4841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A4842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A4843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22
    #A4844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/net/PercentEscaper.java

    Severity Rule Message Line Col
    #A4845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Booleans.java

    Severity Rule Message Line Col
    #A4847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Bytes.java

    Severity Rule Message Line Col
    #A4855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Chars.java

    Severity Rule Message Line Col
    #A4863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Doubles.java

    Severity Rule Message Line Col
    #A4871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51
    #A4879 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21
    #A4880 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21 31
    #A4881 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 22
    #A4882 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Floats.java

    Severity Rule Message Line Col
    #A4883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51
    #A4891 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NEGATIVE_INFINITY. 21
    #A4892 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NEGATIVE_INFINITY. 21 30
    #A4893 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.POSITIVE_INFINITY. 22
    #A4894 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.POSITIVE_INFINITY. 22 30

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/ImmutableDoubleArray.java

    Severity Rule Message Line Col
    #A4895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/ImmutableIntArray.java

    Severity Rule Message Line Col
    #A4897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/ImmutableLongArray.java

    Severity Rule Message Line Col
    #A4899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Ints.java

    Severity Rule Message Line Col
    #A4901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Longs.java

    Severity Rule Message Line Col
    #A4909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Platform.java

    Severity Rule Message Line Col
    #A4917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A4918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45
    #A4919 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18
    #A4920 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18 32

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Primitives.java

    Severity Rule Message Line Col
    #A4921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/Shorts.java

    Severity Rule Message Line Col
    #A4923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A4926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A4927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A4928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A4929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A4930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/SignedBytes.java

    Severity Rule Message Line Col
    #A4931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/UnsignedBytes.java

    Severity Rule Message Line Col
    #A4937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/UnsignedInteger.java

    Severity Rule Message Line Col
    #A4943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.INT_MASK. 19
    #A4948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.INT_MASK. 19 56
    #A4949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.compare. 20
    #A4950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.compare. 20 56
    #A4951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.toLong. 21
    #A4952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.toLong. 21 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/UnsignedInts.java

    Severity Rule Message Line Col
    #A4953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/UnsignedLong.java

    Severity Rule Message Line Col
    #A4959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/primitives/UnsignedLongs.java

    Severity Rule Message Line Col
    #A4963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A4968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/ClassPath.java

    Severity Rule Message Line Col
    #A4969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19
    #A4974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19 60
    #A4975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20
    #A4976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20 60
    #A4977 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 21
    #A4978 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 21 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/Element.java

    Severity Rule Message Line Col
    #A4979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/Invokable.java

    Severity Rule Message Line Col
    #A4981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/MutableTypeToInstanceMap.java

    Severity Rule Message Line Col
    #A4983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/Parameter.java

    Severity Rule Message Line Col
    #A4985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A4986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/Reflection.java

    Severity Rule Message Line Col
    #A4987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/TypeCapture.java

    Severity Rule Message Line Col
    #A4991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/TypeParameter.java

    Severity Rule Message Line Col
    #A4993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/TypeResolver.java

    Severity Rule Message Line Col
    #A4995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A4996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A4997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A4998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A4999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A5000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A5001 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A5002 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/TypeToken.java

    Severity Rule Message Line Col
    #A5003 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5004 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A5007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A5008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/reflect/Types.java

    Severity Rule Message Line Col
    #A5009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A5013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.transform. 19
    #A5014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.transform. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AbstractCatchingFuture.java

    Severity Rule Message Line Col
    #A5015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A5018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A5019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19
    #A5020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19 62
    #A5021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Platform.isInstanceOfThrowableClass. 20
    #A5022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Platform.isInstanceOfThrowableClass. 20 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

    Severity Rule Message Line Col
    #A5023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18
    #A5026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18 48
    #A5027 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19
    #A5028 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

    Severity Rule Message Line Col
    #A5029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A5033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A5034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AbstractService.java

    Severity Rule Message Line Col
    #A5035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A5039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A5040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A5041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 20
    #A5042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 20 62
    #A5043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 21
    #A5044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 21 62
    #A5045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 22
    #A5046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 22 62
    #A5047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 23
    #A5048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 23 62
    #A5049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 24
    #A5050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 24 62
    #A5051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 25
    #A5052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 25 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java

    Severity Rule Message Line Col
    #A5053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A5056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A5057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19
    #A5058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AggregateFuture.java

    Severity Rule Message Line Col
    #A5059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A5062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A5063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.ALL_INPUT_FUTURES_PROCESSED. 19
    #A5064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.ALL_INPUT_FUTURES_PROCESSED. 19 87
    #A5065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 20
    #A5066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 20 87
    #A5067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21
    #A5068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21 56
    #A5069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A5070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A5071 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 23
    #A5072 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 23 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AggregateFutureState.java

    Severity Rule Message Line Col
    #A5073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newConcurrentHashSet. 17
    #A5074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newConcurrentHashSet. 17 45
    #A5075 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater. 18
    #A5076 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater. 18 68
    #A5077 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19
    #A5078 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AtomicDouble.java

    Severity Rule Message Line Col
    #A5079 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 17
    #A5080 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 17 31
    #A5081 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 18
    #A5082 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 18 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java

    Severity Rule Message Line Col
    #A5083 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 16
    #A5084 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 16 31
    #A5085 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 17
    #A5086 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 17 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/AtomicLongMap.java

    Severity Rule Message Line Col
    #A5087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/Callables.java

    Severity Rule Message Line Col
    #A5089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/CollectionFuture.java

    Severity Rule Message Line Col
    #A5091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. 17
    #A5092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. 17 46
    #A5093 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 18
    #A5094 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 18 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/CombinedFuture.java

    Severity Rule Message Line Col
    #A5095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 18
    #A5098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 18 87

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

    Severity Rule Message Line Col
    #A5099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ExecutionList.java

    Severity Rule Message Line Col
    #A5101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

    Severity Rule Message Line Col
    #A5103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.CANCELLED. 18
    #A5106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.CANCELLED. 18 80
    #A5107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.NOT_RUN. 19
    #A5108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.NOT_RUN. 19 80
    #A5109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.STARTED. 20
    #A5110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.STARTED. 20 80
    #A5111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 21
    #A5112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 21 56
    #A5113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22
    #A5114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22 56
    #A5115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23
    #A5116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/FakeTimeLimiter.java

    Severity Rule Message Line Col
    #A5117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/FluentFuture.java

    Severity Rule Message Line Col
    #A5119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ForwardingFluentFuture.java

    Severity Rule Message Line Col
    #A5121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/Futures.java

    Severity Rule Message Line Col
    #A5123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A5126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A5127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A5128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62
    #A5129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 20
    #A5130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 20 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/FuturesGetChecked.java

    Severity Rule Message Line Col
    #A5131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5133 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 18
    #A5134 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 18 31
    #A5135 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A5136 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ImmediateFuture.java

    Severity Rule Message Line Col
    #A5137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/JdkFutureAdapters.java

    Severity Rule Message Line Col
    #A5139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 18
    #A5142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 18 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ListenerCallQueue.java

    Severity Rule Message Line Col
    #A5143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/Monitor.java

    Severity Rule Message Line Col
    #A5145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/MoreExecutors.java

    Severity Rule Message Line Col
    #A5147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/RateLimiter.java

    Severity Rule Message Line Col
    #A5151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A5155 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.max. 19
    #A5156 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.max. 19 29
    #A5157 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 20
    #A5158 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 20 44
    #A5159 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21
    #A5160 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/SequentialExecutor.java

    Severity Rule Message Line Col
    #A5161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.IDLE. 18
    #A5164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.IDLE. 18 86
    #A5165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUED. 19
    #A5166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUED. 19 86
    #A5167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUING. 20
    #A5168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUING. 20 86
    #A5169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.RUNNING. 21
    #A5170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.RUNNING. 21 86

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ServiceManager.java

    Severity Rule Message Line Col
    #A5171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A5175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A5176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A5177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 20
    #A5178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 20 48
    #A5179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 21
    #A5180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 21 48
    #A5181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22
    #A5182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22 48
    #A5183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23
    #A5184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23 48
    #A5185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 24
    #A5186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 24 62
    #A5187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 25
    #A5188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 25 62
    #A5189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 26
    #A5190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 26 62
    #A5191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 27
    #A5192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 27 62
    #A5193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 28
    #A5194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 28 62
    #A5195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 29
    #A5196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 29 62
    #A5197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 30
    #A5198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 30 62
    #A5199 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 31
    #A5200 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 31 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java

    Severity Rule Message Line Col
    #A5201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

    Severity Rule Message Line Col
    #A5205 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 17
    #A5206 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 17 29
    #A5207 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 18
    #A5208 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/ThreadFactoryBuilder.java

    Severity Rule Message Line Col
    #A5209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A5210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A5211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A5212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java

    Severity Rule Message Line Col
    #A5213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 17
    #A5214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 17 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/TrustedListenableFutureTask.java

    Severity Rule Message Line Col
    #A5215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/UncaughtExceptionHandlers.java

    Severity Rule Message Line Col
    #A5217 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 17
    #A5218 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 17 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/Uninterruptibles.java

    Severity Rule Message Line Col
    #A5219 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 17
    #A5220 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/util/concurrent/WrappingExecutorService.java

    Severity Rule Message Line Col
    #A5221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A5223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18
    #A5224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.java

    Severity Rule Message Line Col
    #A5225 warning AvoidStaticImport Using a static member import should be avoided - jsinterop.annotations.JsPackage.GLOBAL. 19
    #A5226 warning AvoidStaticImport Using a static member import should be avoided - jsinterop.annotations.JsPackage.GLOBAL. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/LocalCache.java

    Severity Rule Message Line Col
    #A5227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.MoreObjects.firstNonNull. 19
    #A5228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.MoreObjects.firstNonNull. 19 49
    #A5229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A5230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A5231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A5232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/AbstractSortedMultiset.java

    Severity Rule Message Line Col
    #A5233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A5234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ForwardingImmutableMap.java

    Severity Rule Message Line Col
    #A5235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableBiMap.java

    Severity Rule Message Line Col
    #A5237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 19
    #A5238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 19 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableCollection.java

    Severity Rule Message Line Col
    #A5239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableEnumMap.java

    Severity Rule Message Line Col
    #A5241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableList.java

    Severity Rule Message Line Col
    #A5243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 20
    #A5246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 20 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableMap.java

    Severity Rule Message Line Col
    #A5247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A5250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A5251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A5252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A5253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 22
    #A5254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 22 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSet.java

    Severity Rule Message Line Col
    #A5255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java

    Severity Rule Message Line Col
    #A5257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A5258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A5259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A5260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A5261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newTreeMap. 21
    #A5262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newTreeMap. 21 45
    #A5263 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonMap. 22
    #A5264 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonMap. 22 36
    #A5265 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableSortedMap. 23
    #A5266 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableSortedMap. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedSet.java

    Severity Rule Message Line Col
    #A5267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A5268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A5269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A5270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/MapMaker.java

    Severity Rule Message Line Col
    #A5271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A5272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/RegularImmutableList.java

    Severity Rule Message Line Col
    #A5273 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 19
    #A5274 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/SingletonImmutableBiMap.java

    Severity Rule Message Line Col
    #A5275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/SingletonImmutableList.java

    Severity Rule Message Line Col
    #A5277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5279 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 20
    #A5280 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 20 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/SingletonImmutableSet.java

    Severity Rule Message Line Col
    #A5281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/AbstractFuture.java

    Severity Rule Message Line Col
    #A5283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A5286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A5287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.isNullOrEmpty. 21
    #A5288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.isNullOrEmpty. 21 45
    #A5289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 22
    #A5290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 22 56
    #A5291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23
    #A5292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/AggregateFutureState.java

    Severity Rule Message Line Col
    #A5293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 19
    #A5294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/GwtFuturesCatchingSpecialization.java

    Severity Rule Message Line Col
    #A5295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 17
    #A5296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 17 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/base/Absent_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Platform.checkGwtRpcEnabled. 19
    #A5298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Platform.checkGwtRpcEnabled. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/base/PairwiseEquivalence_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Platform.checkGwtRpcEnabled. 19
    #A5300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Platform.checkGwtRpcEnabled. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/base/Present_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Platform.checkGwtRpcEnabled. 19
    #A5302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Platform.checkGwtRpcEnabled. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/AllEqualOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ArrayListMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ByFunctionOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ComparatorOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/CompoundOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/DenseImmutableTable_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17
    #A5314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/EmptyImmutableListMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/EmptyImmutableSetMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ExplicitOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/HashBasedTable_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17
    #A5322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/HashMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/HashMultiset_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ImmutableEntry_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ImmutableEnumMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ImmutableEnumSet_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ImmutableListMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ImmutableSetMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ImmutableSortedMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/JdkBackedImmutableBiMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/JdkBackedImmutableMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/JdkBackedImmutableMultiset_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/JdkBackedImmutableSet_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/LexicographicalOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/LinkedHashMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/LinkedHashMultiset_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/LinkedListMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/NaturalOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/NullsFirstOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/NullsLastOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/Range_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableAsList_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableBiMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableList_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableMultiset_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableSet_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/RegularImmutableSortedSet_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ReverseNaturalOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/ReverseOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/SingletonImmutableBiMap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 20
    #A5384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 20 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/SingletonImmutableList_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/SingletonImmutableSet_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/SingletonImmutableTable_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17
    #A5390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/SparseImmutableTable_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17
    #A5392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/TreeBasedTable_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17
    #A5394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 17 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/TreeMultimap_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/collect/UsingToStringOrdering_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19
    #A5398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.checkGwtRpcEnabled. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/src/com/google/common/primitives/UnsignedLong_CustomFieldSerializer.java

    Severity Rule Message Line Col
    #A5399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Platform.checkGwtRpcEnabled. 17
    #A5400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Platform.checkGwtRpcEnabled. 17 52

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/Platform.java

    Severity Rule Message Line Col
    #A5401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/TestPlatform.java

    Severity Rule Message Line Col
    #A5403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A5404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A5405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A5406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A5407 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21
    #A5408 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21 44
    #A5409 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 22
    #A5410 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java

    Severity Rule Message Line Col
    #A5411 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19
    #A5412 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19 37
    #A5413 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 20
    #A5414 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 20 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/CollectionTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A5416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75
    #A5417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20
    #A5418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java

    Severity Rule Message Line Col
    #A5419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19
    #A5420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19 56
    #A5421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.equal. 20
    #A5422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.equal. 20 56
    #A5423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21
    #A5424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21 56
    #A5425 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 22
    #A5426 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5427 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.disjoint. 19
    #A5428 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.disjoint. 19 36
    #A5429 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.FINER. 20
    #A5430 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.FINER. 20 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/Helpers.java

    Severity Rule Message Line Col
    #A5431 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19
    #A5432 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19 36
    #A5433 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A5434 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A5435 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 21
    #A5436 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 21 37
    #A5437 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 22
    #A5438 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/ListTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A5440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A5441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20
    #A5442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 20 75
    #A5443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 21
    #A5444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 21 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java

    Severity Rule Message Line Col
    #A5445 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 19
    #A5446 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/MapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.DerivedCollectionGenerators.keySetGenerator. 19
    #A5448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.DerivedCollectionGenerators.keySetGenerator. 19 76

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/NavigableMapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19
    #A5450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. 19 56
    #A5451 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.reverse. 20
    #A5452 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.reverse. 20 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/NavigableSetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.DESCENDING_VIEW. 19
    #A5454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.DESCENDING_VIEW. 19 75
    #A5455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUBSET_VIEW. 20
    #A5456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUBSET_VIEW. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/SetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A5458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75
    #A5459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20
    #A5460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/SortedMapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A5462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java

    Severity Rule Message Line Col
    #A5463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 20
    #A5466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 20 56
    #A5467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 21
    #A5468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 21 56
    #A5469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Platform.format. 22
    #A5470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Platform.format. 22 57
    #A5471 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 23
    #A5472 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 23 37
    #A5473 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 24
    #A5474 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 24 37
    #A5475 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 25
    #A5476 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 25 37
    #A5477 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 26
    #A5478 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/TestEnumMapGenerator.java

    Severity Rule Message Line Col
    #A5479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19
    #A5480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/TestStringSortedMapGenerator.java

    Severity Rule Message Line Col
    #A5481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19
    #A5482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/TestsForListsInJavaUtil.java

    Severity Rule Message Line Col
    #A5483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsAddMethod. 19
    #A5484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsAddMethod. 19 84
    #A5485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsRemoveMethod. 20
    #A5486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsRemoveMethod. 20 84
    #A5487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod. 21
    #A5488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod. 21 79
    #A5489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod. 22
    #A5490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod. 22 74
    #A5491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod. 23
    #A5492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod. 23 74
    #A5493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod. 24
    #A5494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod. 24 74
    #A5495 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A5496 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java

    Severity Rule Message Line Col
    #A5497 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A5498 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/TestsForSetsInJavaUtil.java

    Severity Rule Message Line Col
    #A5499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsAddMethod. 19
    #A5500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsAddMethod. 19 84
    #A5501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsRemoveMethod. 20
    #A5502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionSpliteratorTester.getSpliteratorNotImmutableCollectionAllowsRemoveMethod. 20 84
    #A5503 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21
    #A5504 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/AbstractListMultimapTester.java

    Severity Rule Message Line Col
    #A5505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 17
    #A5506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 17 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultimapTester.java

    Severity Rule Message Line Col
    #A5507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19
    #A5508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java

    Severity Rule Message Line Col
    #A5509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A5510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A5511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A5512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A5513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21
    #A5514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21 75
    #A5515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22
    #A5516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22 75
    #A5517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 23
    #A5518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 23 75
    #A5519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 24
    #A5520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 24 72
    #A5521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25
    #A5522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/BiMapClearTester.java

    Severity Rule Message Line Col
    #A5523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 19
    #A5524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 19 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/BiMapEntrySetTester.java

    Severity Rule Message Line Col
    #A5525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19
    #A5526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19 72
    #A5527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A5529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A5530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A5531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A5532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/BiMapInverseTester.java

    Severity Rule Message Line Col
    #A5533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A5534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/BiMapPutTester.java

    Severity Rule Message Line Col
    #A5535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A5536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A5537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A5538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A5539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A5540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A5541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A5542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A5543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A5544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68
    #A5545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 24
    #A5546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 24 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/BiMapRemoveTester.java

    Severity Rule Message Line Col
    #A5547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19
    #A5548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19 75
    #A5549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A5551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A5552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/GoogleHelpers.java

    Severity Rule Message Line Col
    #A5553 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 19
    #A5554 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 19 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListGenerators.java

    Severity Rule Message Line Col
    #A5555 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A5556 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapAsMapTester.java

    Severity Rule Message Line Col
    #A5557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A5558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72
    #A5559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A5560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapEqualsTester.java

    Severity Rule Message Line Col
    #A5561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A5562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapPutAllTester.java

    Severity Rule Message Line Col
    #A5563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17
    #A5564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17 56
    #A5565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18
    #A5566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapPutTester.java

    Severity Rule Message Line Col
    #A5567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17
    #A5568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17 56
    #A5569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18
    #A5570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18 72
    #A5571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 19
    #A5572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 19 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapRemoveTester.java

    Severity Rule Message Line Col
    #A5573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 17
    #A5574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 17 56
    #A5575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 18
    #A5576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 18 56
    #A5577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A5578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A5579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A5580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A5581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A5582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapReplaceValuesTester.java

    Severity Rule Message Line Col
    #A5583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17
    #A5584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17 68
    #A5585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A5586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MapGenerators.java

    Severity Rule Message Line Col
    #A5587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A5588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapAsMapGetTester.java

    Severity Rule Message Line Col
    #A5589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A5590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A5591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A5592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A5593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A5594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A5595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A5596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A5597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A5598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68
    #A5599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24
    #A5600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24 68
    #A5601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25
    #A5602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25 68
    #A5603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26
    #A5604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapAsMapTester.java

    Severity Rule Message Line Col
    #A5605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 17
    #A5606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 17 56
    #A5607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 18
    #A5608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 18 56
    #A5609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19
    #A5610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19 56
    #A5611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A5612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A5613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A5614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A5615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A5616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A5617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23
    #A5618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23 68
    #A5619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24
    #A5620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24 68
    #A5621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25
    #A5622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25 68
    #A5623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26
    #A5624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapClearTester.java

    Severity Rule Message Line Col
    #A5625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19
    #A5626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19 56
    #A5627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A5629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A5630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68
    #A5631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 22
    #A5632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 22 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapContainsEntryTester.java

    Severity Rule Message Line Col
    #A5633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A5634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A5635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A5636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A5637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A5638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68
    #A5639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A5640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A5641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 23
    #A5642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapContainsKeyTester.java

    Severity Rule Message Line Col
    #A5643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A5644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A5645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A5646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A5647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A5648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapContainsValueTester.java

    Severity Rule Message Line Col
    #A5649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A5650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A5651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A5652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A5653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A5654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapEntriesTester.java

    Severity Rule Message Line Col
    #A5655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 17
    #A5656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 17 56
    #A5657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 18
    #A5658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 18 56
    #A5659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19
    #A5660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19 75
    #A5661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A5662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A5663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A5664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A5665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A5666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A5667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23
    #A5668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23 68
    #A5669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24
    #A5670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24 68
    #A5671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25
    #A5672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25 68
    #A5673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26
    #A5674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapEqualsTester.java

    Severity Rule Message Line Col
    #A5675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17
    #A5676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17 72
    #A5677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 18
    #A5678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 18 68
    #A5679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 19
    #A5680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 19 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapForEachTester.java

    Severity Rule Message Line Col
    #A5681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 18
    #A5682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 18 56
    #A5683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A5684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A5685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20
    #A5686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapGetTester.java

    Severity Rule Message Line Col
    #A5687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 18
    #A5688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 18 56
    #A5689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A5690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A5691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A5692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A5693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A5694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A5695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A5696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A5697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23
    #A5698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23 68
    #A5699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24
    #A5700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 24 68
    #A5701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 25
    #A5702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 25 68
    #A5703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26
    #A5704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26 68
    #A5705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 27
    #A5706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 27 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapKeySetTester.java

    Severity Rule Message Line Col
    #A5707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 17
    #A5708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 17 75
    #A5709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18
    #A5710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18 72
    #A5711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19
    #A5712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19 68
    #A5713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A5714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A5715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21
    #A5716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapKeysTester.java

    Severity Rule Message Line Col
    #A5717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 17
    #A5718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 17 56
    #A5719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 18
    #A5720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 18 75
    #A5721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A5722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A5723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A5724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A5725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A5726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A5727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22
    #A5728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22 68
    #A5729 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23
    #A5730 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutAllMultimapTester.java

    Severity Rule Message Line Col
    #A5731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19
    #A5732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19 56
    #A5733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A5734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A5735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A5736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A5737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A5738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

    Severity Rule Message Line Col
    #A5739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A5740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A5741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 19
    #A5742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. 19 56
    #A5743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A5745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A5746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A5747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A5748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A5749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A5750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

    Severity Rule Message Line Col
    #A5751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19
    #A5752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. 19 56
    #A5753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A5754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A5755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 21
    #A5756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 21 56
    #A5757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A5758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A5759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23
    #A5760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 23 68
    #A5761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24
    #A5762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24 68
    #A5763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25
    #A5764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 25 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapRemoveAllTester.java

    Severity Rule Message Line Col
    #A5765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A5766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A5767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20
    #A5768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 20 56
    #A5769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A5770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A5771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A5772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A5773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 23
    #A5774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 23 68
    #A5775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 24
    #A5776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 24 68
    #A5777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25
    #A5778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25 68
    #A5779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 26
    #A5780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. 26 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapRemoveEntryTester.java

    Severity Rule Message Line Col
    #A5781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19
    #A5782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 19 56
    #A5783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A5785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A5786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A5787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22
    #A5788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22 68
    #A5789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A5790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68
    #A5791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24
    #A5792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 24 68
    #A5793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25
    #A5794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 25 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java

    Severity Rule Message Line Col
    #A5795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19
    #A5796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. 19 56
    #A5797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A5799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A5800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A5801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A5802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A5803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A5804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68
    #A5805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24
    #A5806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapSizeTester.java

    Severity Rule Message Line Col
    #A5807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A5808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A5809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A5810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A5811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A5812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A5813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A5814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A5815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23
    #A5816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A5818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A5819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A5820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapToStringTester.java

    Severity Rule Message Line Col
    #A5821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17
    #A5822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17 75
    #A5823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18
    #A5824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18 72
    #A5825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A5826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A5827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A5828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A5829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A5830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapValuesTester.java

    Severity Rule Message Line Col
    #A5831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 17
    #A5832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. 17 56
    #A5833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 18
    #A5834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 18 56
    #A5835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A5836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A5837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A5838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A5839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A5840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetAddTester.java

    Severity Rule Message Line Col
    #A5841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A5842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetContainsTester.java

    Severity Rule Message Line Col
    #A5843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17
    #A5844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 17 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetCountTester.java

    Severity Rule Message Line Col
    #A5845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A5846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A5847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A5848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A5849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A5850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A5851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A5852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetElementSetTester.java

    Severity Rule Message Line Col
    #A5853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19
    #A5854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19 56
    #A5855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A5856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A5857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A5858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A5859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A5860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A5861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A5862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetEntrySetTester.java

    Severity Rule Message Line Col
    #A5863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A5864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A5865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A5866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A5867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A5868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A5869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22
    #A5870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22 72
    #A5871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A5872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A5873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A5874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72
    #A5875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetFeature.ENTRIES_ARE_VIEWS. 25
    #A5876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetFeature.ENTRIES_ARE_VIEWS. 25 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetEqualsTester.java

    Severity Rule Message Line Col
    #A5877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 17
    #A5878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 17 75
    #A5879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18
    #A5880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 18 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetForEachEntryTester.java

    Severity Rule Message Line Col
    #A5881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A5882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetIteratorTester.java

    Severity Rule Message Line Col
    #A5883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 17
    #A5884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 17 64
    #A5885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 18
    #A5886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 18 64
    #A5887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A5888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A5889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A5890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetNavigationTester.java

    Severity Rule Message Line Col
    #A5891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17
    #A5892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17 50
    #A5893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18
    #A5894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18 50
    #A5895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 19
    #A5896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 19 56
    #A5897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A5898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A5899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A5900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A5901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22
    #A5902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22 72
    #A5903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A5904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A5905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A5906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetReadsTester.java

    Severity Rule Message Line Col
    #A5907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A5908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A5909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetRemoveTester.java

    Severity Rule Message Line Col
    #A5911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19
    #A5912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. 19 56
    #A5913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 20
    #A5914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 20 75
    #A5915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21
    #A5916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21 75
    #A5917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A5918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A5919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A5920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A5921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A5922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetSerializationTester.java

    Severity Rule Message Line Col
    #A5923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 19
    #A5924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetSetCountConditionallyTester.java

    Severity Rule Message Line Col
    #A5925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A5926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A5927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A5928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A5929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A5930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A5931 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 22
    #A5932 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A5934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java

    Severity Rule Message Line Col
    #A5935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A5938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A5939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newTreeSet. 21
    #A5940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newTreeSet. 21 45
    #A5941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST. 22
    #A5942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST. 22 71
    #A5943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2. 23
    #A5944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2. 23 71
    #A5945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST. 24
    #A5946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST. 24 71
    #A5947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2. 25
    #A5948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2. 25 71
    #A5949 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 26
    #A5950 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapAsMapTester.java

    Severity Rule Message Line Col
    #A5951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A5952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72
    #A5953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A5954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapEqualsTester.java

    Severity Rule Message Line Col
    #A5955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17
    #A5956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 17 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapPutAllTester.java

    Severity Rule Message Line Col
    #A5957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 17
    #A5958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 17 56
    #A5959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18
    #A5960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapPutTester.java

    Severity Rule Message Line Col
    #A5961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17
    #A5962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. 17 56
    #A5963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 18
    #A5964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. 18 56
    #A5965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A5966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A5967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A5968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A5969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 21
    #A5970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapReplaceValuesTester.java

    Severity Rule Message Line Col
    #A5971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17
    #A5972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 17 68
    #A5973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18
    #A5974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 18 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SortedMapGenerators.java

    Severity Rule Message Line Col
    #A5975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A5976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A5977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A5978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SortedMultisetTestSuiteBuilder.java

    Severity Rule Message Line Col
    #A5979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A5980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A5981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 20
    #A5982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 20 75
    #A5983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21
    #A5984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21 75
    #A5985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 22
    #A5986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 22 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SortedSetMultimapAsMapTester.java

    Severity Rule Message Line Col
    #A5987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 17
    #A5988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 17 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/UnmodifiableCollectionTests.java

    Severity Rule Message Line Col
    #A5989 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertEquals. 19
    #A5990 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertEquals. 19 39
    #A5991 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertTrue. 20
    #A5992 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.assertTrue. 20 39
    #A5993 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 21
    #A5994 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.TestCase.fail. 21 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/AbstractListIndexOfTester.java

    Severity Rule Message Line Col
    #A5995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A5996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A5997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A5998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddAllTester.java

    Severity Rule Message Line Col
    #A5999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6001 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A6002 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A6003 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21
    #A6004 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21 75
    #A6005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22
    #A6006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22 75
    #A6007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72
    #A6009 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24
    #A6010 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddTester.java

    Severity Rule Message Line Col
    #A6011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A6014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A6015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21
    #A6016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 21 75
    #A6017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22
    #A6018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 22 75
    #A6019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionClearTester.java

    Severity Rule Message Line Col
    #A6021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19
    #A6022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19 75
    #A6023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A6024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A6025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A6026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A6027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsAllTester.java

    Severity Rule Message Line Col
    #A6029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A6030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A6031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A6032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A6033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsTester.java

    Severity Rule Message Line Col
    #A6035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A6036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A6037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A6038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A6039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionCreationTester.java

    Severity Rule Message Line Col
    #A6041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionForEachTester.java

    Severity Rule Message Line Col
    #A6045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIsEmptyTester.java

    Severity Rule Message Line Col
    #A6047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIteratorTester.java

    Severity Rule Message Line Col
    #A6049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A6050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A6051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20
    #A6052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20 64
    #A6053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21
    #A6054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21 64
    #A6055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 22
    #A6056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 22 75
    #A6057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23
    #A6058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23 75
    #A6059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 24
    #A6060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 24 75
    #A6061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25
    #A6062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 25 72
    #A6063 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A6064 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveAllTester.java

    Severity Rule Message Line Col
    #A6065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A6066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A6067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A6068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A6069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21
    #A6070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21 75
    #A6071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A6072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A6073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A6074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A6075 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A6076 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveIfTester.java

    Severity Rule Message Line Col
    #A6077 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19
    #A6078 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19 75
    #A6079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20
    #A6080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 20 75
    #A6081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A6082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A6083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A6084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A6085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveTester.java

    Severity Rule Message Line Col
    #A6087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19
    #A6088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 19 75
    #A6089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20
    #A6090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 20 75
    #A6091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21
    #A6092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21 75
    #A6093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A6094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A6095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A6096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A6097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A6098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

    Severity Rule Message Line Col
    #A6099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A6102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A6103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionSerializationEqualTester.java

    Severity Rule Message Line Col
    #A6107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A6108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionSerializationTester.java

    Severity Rule Message Line Col
    #A6109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A6110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionSpliteratorTester.java

    Severity Rule Message Line Col
    #A6111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20
    #A6114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20 75
    #A6115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 21
    #A6116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 21 75
    #A6117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A6118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A6119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionStreamTester.java

    Severity Rule Message Line Col
    #A6121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java

    Severity Rule Message Line Col
    #A6123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToStringTester.java

    Severity Rule Message Line Col
    #A6127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20
    #A6130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20 75
    #A6131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 21
    #A6132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 21 75
    #A6133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22
    #A6134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 22 72
    #A6135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23
    #A6136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 23 72
    #A6137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24
    #A6138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 24 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapPutIfAbsentTester.java

    Severity Rule Message Line Col
    #A6139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapRemoveTester.java

    Severity Rule Message Line Col
    #A6147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A6150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A6151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A6152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68
    #A6153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A6154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceEntryTester.java

    Severity Rule Message Line Col
    #A6155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A6158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A6159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A6160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68
    #A6161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceTester.java

    Severity Rule Message Line Col
    #A6163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A6166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A6167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 22
    #A6170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 22 68
    #A6171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A6172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllAtIndexTester.java

    Severity Rule Message Line Col
    #A6173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A6179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22
    #A6180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22 69
    #A6181 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23
    #A6182 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllTester.java

    Severity Rule Message Line Col
    #A6183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A6184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A6185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAtIndexTester.java

    Severity Rule Message Line Col
    #A6187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20
    #A6190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 20 75
    #A6191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A6195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23
    #A6196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddTester.java

    Severity Rule Message Line Col
    #A6197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6199 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A6200 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A6201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListCreationTester.java

    Severity Rule Message Line Col
    #A6203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19
    #A6204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19 75
    #A6205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListEqualsTester.java

    Severity Rule Message Line Col
    #A6209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListIndexOfTester.java

    Severity Rule Message Line Col
    #A6211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19
    #A6212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19 75
    #A6213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListLastIndexOfTester.java

    Severity Rule Message Line Col
    #A6217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19
    #A6218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 19 75
    #A6219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListListIteratorTester.java

    Severity Rule Message Line Col
    #A6223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 19
    #A6224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 19 64
    #A6225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20
    #A6226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20 64
    #A6227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21
    #A6228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 21 75
    #A6229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22
    #A6230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 22 69
    #A6231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 23
    #A6232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 23 69
    #A6233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations. 24
    #A6234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations. 24 65
    #A6235 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 25
    #A6236 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 25 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAllTester.java

    Severity Rule Message Line Col
    #A6237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A6238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A6239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAtIndexTester.java

    Severity Rule Message Line Col
    #A6243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19
    #A6244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 19 75
    #A6245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A6249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 22
    #A6250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 22 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveTester.java

    Severity Rule Message Line Col
    #A6251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A6252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A6253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListReplaceAllTester.java

    Severity Rule Message Line Col
    #A6257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 20
    #A6260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 20 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRetainAllTester.java

    Severity Rule Message Line Col
    #A6261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 19
    #A6262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. 19 56
    #A6263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A6264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A6265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A6268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A6269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListSetTester.java

    Severity Rule Message Line Col
    #A6271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A6275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 21
    #A6276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 21 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListSubListTester.java

    Severity Rule Message Line Col
    #A6277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.getMethod. 19
    #A6278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.getMethod. 19 56
    #A6279 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20
    #A6280 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. 20 75
    #A6281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72
    #A6285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23
    #A6286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. 23 69
    #A6287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 24
    #A6288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. 24 69
    #A6289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 25
    #A6290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. 25 69
    #A6291 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26
    #A6292 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListToArrayTester.java

    Severity Rule Message Line Col
    #A6293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapClearTester.java

    Severity Rule Message Line Col
    #A6295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19
    #A6296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19 72
    #A6297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A6299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21
    #A6300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 21 68
    #A6301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A6302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfAbsentTester.java

    Severity Rule Message Line Col
    #A6303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfPresentTester.java

    Severity Rule Message Line Col
    #A6311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeTester.java

    Severity Rule Message Line Col
    #A6319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68
    #A6327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23
    #A6328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsKeyTester.java

    Severity Rule Message Line Col
    #A6329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A6334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsValueTester.java

    Severity Rule Message Line Col
    #A6335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A6338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A6339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A6340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapCreationTester.java

    Severity Rule Message Line Col
    #A6341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A6342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A6343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A6345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A6346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A6347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A6348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68
    #A6349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION. 23
    #A6350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapEntrySetTester.java

    Severity Rule Message Line Col
    #A6351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19
    #A6352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. 19 75
    #A6353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A6357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22
    #A6358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 22 68
    #A6359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23
    #A6360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 23 68
    #A6361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24
    #A6362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 24 68
    #A6363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25
    #A6364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 25 68
    #A6365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26
    #A6366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 26 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java

    Severity Rule Message Line Col
    #A6367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19
    #A6368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19 68
    #A6369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A6370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapForEachTester.java

    Severity Rule Message Line Col
    #A6371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A6375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A6376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A6377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A6378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapGetOrDefaultTester.java

    Severity Rule Message Line Col
    #A6379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A6384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68
    #A6385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22
    #A6386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java

    Severity Rule Message Line Col
    #A6387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21
    #A6392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapHashCodeTester.java

    Severity Rule Message Line Col
    #A6393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19
    #A6394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 19 68
    #A6395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A6396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapIsEmptyTester.java

    Severity Rule Message Line Col
    #A6397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapMergeTester.java

    Severity Rule Message Line Col
    #A6399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68
    #A6407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23
    #A6408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapPutAllTester.java

    Severity Rule Message Line Col
    #A6409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22
    #A6416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22 68
    #A6417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A6418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68
    #A6419 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24
    #A6420 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapPutIfAbsentTester.java

    Severity Rule Message Line Col
    #A6421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapPutTester.java

    Severity Rule Message Line Col
    #A6429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22
    #A6436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 22 68
    #A6437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A6438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapRemoveEntryTester.java

    Severity Rule Message Line Col
    #A6439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A6442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A6443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A6444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68
    #A6445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A6446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapRemoveTester.java

    Severity Rule Message Line Col
    #A6447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19
    #A6448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 19 72
    #A6449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A6451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21
    #A6452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 21 68
    #A6453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22
    #A6454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 22 68
    #A6455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 23
    #A6456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. 23 68
    #A6457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24
    #A6458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 24 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceAllTester.java

    Severity Rule Message Line Col
    #A6459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72
    #A6463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 21
    #A6464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceEntryTester.java

    Severity Rule Message Line Col
    #A6465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20
    #A6468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 20 68
    #A6469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21
    #A6470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 21 68
    #A6471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22
    #A6472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceTester.java

    Severity Rule Message Line Col
    #A6473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20
    #A6476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. 20 68
    #A6477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68
    #A6479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 22
    #A6480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. 22 68
    #A6481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23
    #A6482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. 23 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapSerializationTester.java

    Severity Rule Message Line Col
    #A6483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19
    #A6484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapToStringTester.java

    Severity Rule Message Line Col
    #A6485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17
    #A6486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 17 75
    #A6487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18
    #A6488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 18 72
    #A6489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19
    #A6490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 19 72
    #A6491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/NavigableMapNavigationTester.java

    Severity Rule Message Line Col
    #A6495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A6496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A6497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A6498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A6499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72
    #A6501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22
    #A6502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. 22 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/NavigableSetNavigationTester.java

    Severity Rule Message Line Col
    #A6503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A6504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A6505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A6508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A6509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueueElementTester.java

    Severity Rule Message Line Col
    #A6511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A6516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A6517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueueOfferTester.java

    Severity Rule Message Line Col
    #A6519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A6522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueuePeekTester.java

    Severity Rule Message Line Col
    #A6523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A6528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A6529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueuePollTester.java

    Severity Rule Message Line Col
    #A6531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A6534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A6535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A6538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A6539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueueRemoveTester.java

    Severity Rule Message Line Col
    #A6541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19
    #A6542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 19 75
    #A6543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20
    #A6544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 20 75
    #A6545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22
    #A6548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 22 72
    #A6549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23
    #A6550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 23 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetAddAllTester.java

    Severity Rule Message Line Col
    #A6551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19
    #A6552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 19 75
    #A6553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetAddTester.java

    Severity Rule Message Line Col
    #A6555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20
    #A6558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. 20 75
    #A6559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetCreationTester.java

    Severity Rule Message Line Col
    #A6561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75
    #A6563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 20
    #A6564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. 20 75
    #A6565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21
    #A6566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 21 72
    #A6567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetEqualsTester.java

    Severity Rule Message Line Col
    #A6569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetHashCodeTester.java

    Severity Rule Message Line Col
    #A6571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19
    #A6572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 19 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetRemoveTester.java

    Severity Rule Message Line Col
    #A6573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19
    #A6574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 19 75
    #A6575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20
    #A6576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 20 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SortedMapNavigationTester.java

    Severity Rule Message Line Col
    #A6577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 19
    #A6578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. 19 56
    #A6579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20
    #A6580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 20 72
    #A6581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21
    #A6582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 21 72
    #A6583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22
    #A6584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 22 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SortedSetNavigationTester.java

    Severity Rule Message Line Col
    #A6585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19
    #A6586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. 19 72
    #A6587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20
    #A6588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. 20 72
    #A6589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21
    #A6590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. 21 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/escape/testing/EscaperAsserts.java

    Severity Rule Message Line Col
    #A6591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.Escapers.computeReplacement. 19
    #A6592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.Escapers.computeReplacement. 19 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java

    Severity Rule Message Line Col
    #A6593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.and. 19
    #A6594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.and. 19 48
    #A6595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 20
    #A6596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 20 48
    #A6597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.AbstractPackageSanityTests.Chopper.suffix. 21
    #A6598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.AbstractPackageSanityTests.Chopper.suffix. 21 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

    Severity Rule Message Line Col
    #A6599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

    Severity Rule Message Line Col
    #A6601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A6603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A6604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A6605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21
    #A6606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21 48
    #A6607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 22
    #A6608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 22 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/CollectorTester.java

    Severity Rule Message Line Col
    #A6609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6611 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 20
    #A6612 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 20 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/DummyProxy.java

    Severity Rule Message Line Col
    #A6613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 20
    #A6616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.NullPointerTester.isNullable. 20 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/EqualsTester.java

    Severity Rule Message Line Col
    #A6617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6619 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A6620 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A6621 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21
    #A6622 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/EquivalenceTester.java

    Severity Rule Message Line Col
    #A6623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6625 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A6626 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A6627 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21
    #A6628 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/FakeTicker.java

    Severity Rule Message Line Col
    #A6629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java

    Severity Rule Message Line Col
    #A6631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A6633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A6634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A6635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21
    #A6636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 21 48
    #A6637 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 22
    #A6638 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 22 37
    #A6639 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 23
    #A6640 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 23 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

    Severity Rule Message Line Col
    #A6641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 20
    #A6644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 20 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/GcFinalization.java

    Severity Rule Message Line Col
    #A6645 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 19
    #A6646 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/NullPointerTester.java

    Severity Rule Message Line Col
    #A6647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A6649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A6650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/Platform.java

    Severity Rule Message Line Col
    #A6651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/RelationshipTester.java

    Severity Rule Message Line Col
    #A6653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/testing/TearDownStack.java

    Severity Rule Message Line Col
    #A6655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/util/concurrent/testing/MockFutureListener.java

    Severity Rule Message Line Col
    #A6657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A6658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/util/concurrent/testing/SameThreadScheduledExecutorService.java

    Severity Rule Message Line Col
    #A6659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 19
    #A6660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/HelpersTest.java

    Severity Rule Message Line Col
    #A6661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.NullsBeforeB. 19
    #A6662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.NullsBeforeB. 19 56
    #A6663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.testComparator. 20
    #A6664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.testComparator. 20 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/IteratorTesterTest.java

    Severity Rule Message Line Col
    #A6665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A6666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A6667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20
    #A6668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20 64
    #A6669 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 21
    #A6670 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 21 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/MapTestSuiteBuilderTests.java

    Severity Rule Message Line Col
    #A6671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20
    #A6674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. 20 68
    #A6675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21
    #A6676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. 21 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/OpenJdk6ListTests.java

    Severity Rule Message Line Col
    #A6677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionToArrayTester.getToArrayIsPlainObjectArrayMethod. 19
    #A6678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionToArrayTester.getToArrayIsPlainObjectArrayMethod. 19 80
    #A6679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListAddTester.getAddSupportedNullPresentMethod. 20
    #A6680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListAddTester.getAddSupportedNullPresentMethod. 20 70
    #A6681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSetTester.getSetNullSupportedMethod. 21
    #A6682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSetTester.getSetNullSupportedMethod. 21 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/OpenJdk6MapTests.java

    Severity Rule Message Line Col
    #A6683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A6684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A6685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedNonePresentMethod. 20
    #A6686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedNonePresentMethod. 20 79
    #A6687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedSomePresentMethod. 21
    #A6688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedSomePresentMethod. 21 79
    #A6689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddUnsupportedNotPresentMethod. 22
    #A6690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddUnsupportedNotPresentMethod. 22 76
    #A6691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 23
    #A6692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 23 81
    #A6693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapCreationTester.getCreateWithNullKeyUnsupportedMethod. 24
    #A6694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapCreationTester.getCreateWithNullKeyUnsupportedMethod. 24 74
    #A6695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableKeyMethod. 25
    #A6696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableKeyMethod. 25 74
    #A6697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableValueMethod. 26
    #A6698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableValueMethod. 26 74
    #A6699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapMergeTester.getMergeNullValueMethod. 27
    #A6700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapMergeTester.getMergeNullValueMethod. 27 71
    #A6701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutAllTester.getPutAllNullKeyUnsupportedMethod. 28
    #A6702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutAllTester.getPutAllNullKeyUnsupportedMethod. 28 72
    #A6703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutTester.getPutNullKeyUnsupportedMethod. 29
    #A6704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.MapPutTester.getPutNullKeyUnsupportedMethod. 29 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/OpenJdk6QueueTests.java

    Severity Rule Message Line Col
    #A6705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 19
    #A6706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 19 81

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/OpenJdk6SetTests.java

    Severity Rule Message Line Col
    #A6707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllNullUnsupportedMethod. 19
    #A6708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllNullUnsupportedMethod. 19 79
    #A6709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullSupportedMethod. 20
    #A6710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullSupportedMethod. 20 76
    #A6711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullUnsupportedMethod. 21
    #A6712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionAddTester.getAddNullUnsupportedMethod. 21 76
    #A6713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 22
    #A6714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod. 22 81
    #A6715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.SetAddTester.getAddSupportedNullPresentMethod. 23
    #A6716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.SetAddTester.getAddSupportedNullPresentMethod. 23 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/SafeTreeMapTest.java

    Severity Rule Message Line Col
    #A6717 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19
    #A6718 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/features/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A6719 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A6720 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A6721 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A6722 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A6723 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A6724 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A6725 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A6726 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A6727 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A6728 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A6729 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A6730 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java

    Severity Rule Message Line Col
    #A6731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java

    Severity Rule Message Line Col
    #A6733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A6735 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A6736 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A6737 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A6738 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A6739 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A6740 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A6741 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A6742 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A6743 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A6744 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A6745 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A6746 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

    Severity Rule Message Line Col
    #A6747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

    Severity Rule Message Line Col
    #A6749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A6751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A6752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/EquivalenceTesterTest.java

    Severity Rule Message Line Col
    #A6753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A6754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A6755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A6756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

    Severity Rule Message Line Col
    #A6757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

    Severity Rule Message Line Col
    #A6759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A6761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A6762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A6763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A6764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/TearDownStackTest.java

    Severity Rule Message Line Col
    #A6765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ForwardingWrapperTesterTest.java

    Severity Rule Message Line Col
    #A6767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/base/LazyStackTraceBenchmark.java

    Severity Rule Message Line Col
    #A6769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 19
    #A6770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 19 48
    #A6771 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A6772 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/cache/SegmentBenchmark.java

    Severity Rule Message Line Col
    #A6773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A6774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/collect/ConcurrentHashMultisetBenchmark.java

    Severity Rule Message Line Col
    #A6775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A6777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A6778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/collect/MapBenchmark.java

    Severity Rule Message Line Col
    #A6779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A6780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/collect/PowerSetBenchmark.java

    Severity Rule Message Line Col
    #A6781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 19
    #A6782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 19 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/collect/SortedCopyBenchmark.java

    Severity Rule Message Line Col
    #A6783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A6784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java

    Severity Rule Message Line Col
    #A6785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomBigInteger. 22
    #A6792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomBigInteger. 22 54
    #A6793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23
    #A6794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/BigIntegerMathBenchmark.java

    Severity Rule Message Line Col
    #A6795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6801 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22
    #A6802 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/BigIntegerMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A6803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 21
    #A6808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 21 54
    #A6809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 22
    #A6810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 22 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/DoubleMathBenchmark.java

    Severity Rule Message Line Col
    #A6811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 22
    #A6818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 22 54
    #A6819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 23
    #A6820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/DoubleMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A6821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 21
    #A6826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomDouble. 21 54
    #A6827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 22
    #A6828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveDouble. 22 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/IntMathBenchmark.java

    Severity Rule Message Line Col
    #A6829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22
    #A6836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22 54
    #A6837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23
    #A6838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23 54
    #A6839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24
    #A6840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/IntMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A6841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22
    #A6848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22 54
    #A6849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23
    #A6850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/LongMathBenchmark.java

    Severity Rule Message Line Col
    #A6851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22
    #A6858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomExponent. 22 54
    #A6859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23
    #A6860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger. 23 54
    #A6861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24
    #A6862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 24 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/LongMathRoundingBenchmark.java

    Severity Rule Message Line Col
    #A6863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19
    #A6864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_MASK. 19 54
    #A6865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20
    #A6866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.ARRAY_SIZE. 20 54
    #A6867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21
    #A6868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.RANDOM_SOURCE. 21 54
    #A6869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22
    #A6870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomNonZeroBigInteger. 22 54
    #A6871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23
    #A6872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathBenchmarking.randomPositiveBigInteger. 23 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/AbstractFutureFootprintBenchmark.java

    Severity Rule Message Line Col
    #A6873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A6874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/ExecutionListBenchmark.java

    Severity Rule Message Line Col
    #A6875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A6876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java

    Severity Rule Message Line Col
    #A6877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A6878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A6879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A6880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A6881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21
    #A6882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21 56
    #A6883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22
    #A6884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22 56
    #A6885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.checkExceptionClassValidity. 23
    #A6886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.checkExceptionClassValidity. 23 66
    #A6887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.classValueValidator. 24
    #A6888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.classValueValidator. 24 66
    #A6889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.getChecked. 25
    #A6890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.getChecked. 25 66
    #A6891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.isCheckedException. 26
    #A6892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.isCheckedException. 26 66
    #A6893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.weakSetValidator. 27
    #A6894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetChecked.weakSetValidator. 27 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedPriorityBlockingQueue.java

    Severity Rule Message Line Col
    #A6895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A6896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/MoreExecutorsDirectExecutorBenchmark.java

    Severity Rule Message Line Col
    #A6897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A6898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62
    #A6899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20
    #A6900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/StripedBenchmark.java

    Severity Rule Message Line Col
    #A6901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.cycle. 19
    #A6902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.cycle. 19 50
    #A6903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.limit. 20
    #A6904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.limit. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A6905 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A6906 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A6907 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A6908 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A6909 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A6910 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A6911 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A6912 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A6913 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A6914 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A6915 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A6916 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/CaseFormatTest.java

    Severity Rule Message Line Col
    #A6917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_CAMEL. 19
    #A6918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_CAMEL. 19 48
    #A6919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_HYPHEN. 20
    #A6920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_HYPHEN. 20 48
    #A6921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_UNDERSCORE. 21
    #A6922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.LOWER_UNDERSCORE. 21 48
    #A6923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_CAMEL. 22
    #A6924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_CAMEL. 22 48
    #A6925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_UNDERSCORE. 23
    #A6926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CaseFormat.UPPER_UNDERSCORE. 23 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/CharMatcherTest.java

    Severity Rule Message Line Col
    #A6927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.anyOf. 19
    #A6928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.anyOf. 19 49
    #A6929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.breakingWhitespace. 20
    #A6930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.breakingWhitespace. 20 49
    #A6931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.forPredicate. 21
    #A6932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.forPredicate. 21 49
    #A6933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.inRange. 22
    #A6934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.inRange. 22 49
    #A6935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.is. 23
    #A6936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.is. 23 49
    #A6937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.isNot. 24
    #A6938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.isNot. 24 49
    #A6939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.noneOf. 25
    #A6940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.noneOf. 25 49
    #A6941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 26
    #A6942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 26 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/ConverterTest.java

    Severity Rule Message Line Col
    #A6943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.toStringFunction. 19
    #A6944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.toStringFunction. 19 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/EnumsTest.java

    Severity Rule Message Line Col
    #A6945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19
    #A6946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19 60
    #A6947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20
    #A6948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20 60
    #A6949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A6950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

    Severity Rule Message Line Col
    #A6951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19
    #A6952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19 60
    #A6953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 20
    #A6954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 20 60
    #A6955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21
    #A6956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/OptionalTest.java

    Severity Rule Message Line Col
    #A6957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A6958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59
    #A6959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A6960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/PreconditionsTest.java

    Severity Rule Message Line Col
    #A6961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/PredicatesTest.java

    Severity Rule Message Line Col
    #A6963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19
    #A6964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19 49
    #A6965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A6966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/SplitterTest.java

    Severity Rule Message Line Col
    #A6967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableList.toImmutableList. 19
    #A6968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableList.toImmutableList. 19 54
    #A6969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A6970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/StandardSystemPropertyTest.java

    Severity Rule Message Line Col
    #A6971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_COMPILER. 19
    #A6972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_COMPILER. 19 60
    #A6973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_EXT_DIRS. 20
    #A6974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_EXT_DIRS. 20 60
    #A6975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21
    #A6976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/StopwatchTest.java

    Severity Rule Message Line Col
    #A6977 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 19
    #A6978 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 19 44
    #A6979 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20
    #A6980 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20 44
    #A6981 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21
    #A6982 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/StringsTest.java

    Severity Rule Message Line Col
    #A6983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A6984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/SuppliersTest.java

    Severity Rule Message Line Col
    #A6985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A6986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59
    #A6987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A6988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/ThrowablesTest.java

    Severity Rule Message Line Col
    #A6989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 19
    #A6990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION. 19 60
    #A6991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.getStackTraceAsString. 20
    #A6992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.getStackTraceAsString. 20 48
    #A6993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 21
    #A6994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTrace. 21 48
    #A6995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTraceIsLazy. 22
    #A6996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.lazyStackTraceIsLazy. 22 48
    #A6997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfInstanceOf. 23
    #A6998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfInstanceOf. 23 48
    #A6999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 24
    #A7000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 24 48
    #A7001 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A7002 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A7003 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A7004 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31
    #A7005 warning AvoidStaticImport Using a static member import should be avoided - java.util.regex.Pattern.quote. 27
    #A7006 warning AvoidStaticImport Using a static member import should be avoided - java.util.regex.Pattern.quote. 27 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/Utf8Test.java

    Severity Rule Message Line Col
    #A7007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7009 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_CODE_POINT. 20
    #A7010 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_CODE_POINT. 20 34
    #A7011 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_HIGH_SURROGATE. 21
    #A7012 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_HIGH_SURROGATE. 21 34
    #A7013 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_LOW_SURROGATE. 22
    #A7014 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_LOW_SURROGATE. 22 34
    #A7015 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_HIGH_SURROGATE. 23
    #A7016 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_HIGH_SURROGATE. 23 34
    #A7017 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_LOW_SURROGATE. 24
    #A7018 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_LOW_SURROGATE. 24 34
    #A7019 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SUPPLEMENTARY_CODE_POINT. 25
    #A7020 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SUPPLEMENTARY_CODE_POINT. 25 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/VerifyTest.java

    Severity Rule Message Line Col
    #A7021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 17
    #A7022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 17 44
    #A7023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verifyNotNull. 18
    #A7024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verifyNotNull. 18 44
    #A7025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/AbstractLoadingCacheTest.java

    Severity Rule Message Line Col
    #A7027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A7029 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A7030 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A7031 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A7032 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A7033 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A7034 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A7035 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A7036 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A7037 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A7038 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A7039 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A7040 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java

    Severity Rule Message Line Col
    #A7041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilderSpec.parse. 19
    #A7042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilderSpec.parse. 19 55
    #A7043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 20
    #A7044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 20 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheBuilderTest.java

    Severity Rule Message Line Col
    #A7045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 19
    #A7046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 19 58
    #A7047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 20
    #A7048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 20 58
    #A7049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 21
    #A7050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 21 62
    #A7051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.nullRemovalListener. 22
    #A7052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.nullRemovalListener. 22 62
    #A7053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 23
    #A7054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 23 62
    #A7055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 24
    #A7056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 24 54
    #A7057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A7058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A7059 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26
    #A7060 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26 44
    #A7061 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27
    #A7062 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27 44
    #A7063 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28
    #A7064 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

    Severity Rule Message Line Col
    #A7065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17
    #A7066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17 58
    #A7067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18
    #A7068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18 62
    #A7069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 19
    #A7070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 19 54
    #A7071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intKeyWeigher. 20
    #A7072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intKeyWeigher. 20 54
    #A7073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intValueWeigher. 21
    #A7074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.intValueWeigher. 21 54
    #A7075 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A7076 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A7077 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23
    #A7078 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

    Severity Rule Message Line Col
    #A7079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17
    #A7080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 17 58
    #A7081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18
    #A7082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 18 62
    #A7083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7085 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A7086 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31
    #A7087 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21
    #A7088 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheLoadingTest.java

    Severity Rule Message Line Col
    #A7089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.bulkLoader. 17
    #A7090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.bulkLoader. 17 58
    #A7091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18
    #A7092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18 58
    #A7093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.errorLoader. 19
    #A7094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.errorLoader. 19 58
    #A7095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 20
    #A7096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 20 58
    #A7097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21
    #A7098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21 58
    #A7099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 22
    #A7100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 22 62
    #A7101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A7103 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 24
    #A7104 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 24 31
    #A7105 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A7106 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31
    #A7107 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26
    #A7108 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 26 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheManualTest.java

    Severity Rule Message Line Col
    #A7109 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 17
    #A7110 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 17 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheReferencesTest.java

    Severity Rule Message Line Col
    #A7111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.Strength.STRONG. 17
    #A7112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.Strength.STRONG. 17 58
    #A7113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 18
    #A7114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 18 45
    #A7115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheRefreshTest.java

    Severity Rule Message Line Col
    #A7117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.incrementingLoader. 17
    #A7118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.incrementingLoader. 17 58
    #A7119 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18
    #A7120 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheTesting.java

    Severity Rule Message Line Col
    #A7121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A7122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A7123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18
    #A7124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18 44
    #A7125 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19
    #A7126 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 19 37
    #A7127 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 20
    #A7128 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 20 37
    #A7129 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21
    #A7130 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21 37
    #A7131 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotSame. 22
    #A7132 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotSame. 22 37
    #A7133 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 23
    #A7134 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 23 37
    #A7135 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 24
    #A7136 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 24 37
    #A7137 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 25
    #A7138 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 25 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/EmptyCachesTest.java

    Severity Rule Message Line Col
    #A7139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17
    #A7140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17 51
    #A7141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 18
    #A7142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 18 58
    #A7143 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7144 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31
    #A7145 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 20
    #A7146 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 20 44
    #A7147 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21
    #A7148 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/ForwardingCacheTest.java

    Severity Rule Message Line Col
    #A7149 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19
    #A7150 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19 34
    #A7151 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20
    #A7152 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20 34
    #A7153 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21
    #A7154 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/ForwardingLoadingCacheTest.java

    Severity Rule Message Line Col
    #A7155 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19
    #A7156 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19 34
    #A7157 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20
    #A7158 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20 34
    #A7159 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21
    #A7160 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/LocalCacheMapComputeTest.java

    Severity Rule Message Line Col
    #A7161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Severity Rule Message Line Col
    #A7163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19
    #A7164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19 51
    #A7165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DISCARDING_QUEUE. 20
    #A7166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DISCARDING_QUEUE. 20 49
    #A7167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DRAIN_THRESHOLD. 21
    #A7168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.DRAIN_THRESHOLD. 21 49
    #A7169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.nullEntry. 22
    #A7170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.nullEntry. 22 49
    #A7171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.unset. 23
    #A7172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCache.unset. 23 49
    #A7173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 24
    #A7174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 24 58
    #A7175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 25
    #A7176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.countingRemovalListener. 25 62
    #A7177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 26
    #A7178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 26 62
    #A7179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 27
    #A7180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingWeighers.constantWeigher. 27 54
    #A7181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 28
    #A7182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 28 46
    #A7183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 29
    #A7184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 29 45
    #A7185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30
    #A7186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30 44
    #A7187 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 31
    #A7188 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 31 44
    #A7189 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 32
    #A7190 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 32 44
    #A7191 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 33
    #A7192 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 33 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/LocalLoadingCacheTest.java

    Severity Rule Message Line Col
    #A7193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.EMPTY_STATS. 19
    #A7194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.EMPTY_STATS. 19 51
    #A7195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCacheTest.SMALL_MAX_SIZE. 20
    #A7196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.LocalCacheTest.SMALL_MAX_SIZE. 20 53
    #A7197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21
    #A7198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 21 58
    #A7199 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A7200 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/LongAdderTest.java

    Severity Rule Message Line Col
    #A7201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A7202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/NullCacheTest.java

    Severity Rule Message Line Col
    #A7203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17
    #A7204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17 51
    #A7205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18
    #A7206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.constantLoader. 18 58
    #A7207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 19
    #A7208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.exceptionLoader. 19 58
    #A7209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 20
    #A7210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingRemovalListeners.queuingRemovalListener. 20 62
    #A7211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A7213 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A7214 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    Severity Rule Message Line Col
    #A7215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17
    #A7216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkEmpty. 17 51
    #A7217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkValidState. 18
    #A7218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheTesting.checkValidState. 18 51
    #A7219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 19
    #A7220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.TestingCacheLoaders.identityLoader. 19 58
    #A7221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A7223 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 21
    #A7224 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 21 44
    #A7225 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A7226 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/TestingCacheLoaders.java

    Severity Rule Message Line Col
    #A7227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A7228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AbstractHashFloodingTest.java

    Severity Rule Message Line Col
    #A7229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 18
    #A7230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java

    Severity Rule Message Line Col
    #A7231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19
    #A7232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19 64
    #A7233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A7235 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21
    #A7236 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AbstractSequentialIteratorTest.java

    Severity Rule Message Line Col
    #A7237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19
    #A7238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 19 64
    #A7239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AbstractTableReadTest.java

    Severity Rule Message Line Col
    #A7241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AbstractTableTest.java

    Severity Rule Message Line Col
    #A7243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A7245 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A7246 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A7247 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A7248 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A7249 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A7250 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A7251 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A7252 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A7253 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A7254 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A7255 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A7256 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ArrayListMultimapTest.java

    Severity Rule Message Line Col
    #A7257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7259 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A7260 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ArrayTableTest.java

    Severity Rule Message Line Col
    #A7261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7263 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A7264 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/BenchmarkHelpers.java

    Severity Rule Message Line Col
    #A7265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A7266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CollectSpliteratorsTest.java

    Severity Rule Message Line Col
    #A7267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A7268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CollectionBenchmarkSampleData.java

    Severity Rule Message Line Col
    #A7269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A7270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/Collections2Test.java

    Severity Rule Message Line Col
    #A7271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19
    #A7272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19 50
    #A7273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A7274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A7275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newLinkedList. 21
    #A7276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newLinkedList. 21 46
    #A7277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A7278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A7279 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23
    #A7280 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23 31
    #A7281 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 24
    #A7282 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.nCopies. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CompactHashMapTest.java

    Severity Rule Message Line Col
    #A7283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 18
    #A7284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 18 50
    #A7285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CompactHashSetTest.java

    Severity Rule Message Line Col
    #A7287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CompactLinkedHashMapTest.java

    Severity Rule Message Line Col
    #A7289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 16
    #A7290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 16 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CompactLinkedHashSetTest.java

    Severity Rule Message Line Col
    #A7291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ComparatorsTest.java

    Severity Rule Message Line Col
    #A7293 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7294 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31
    #A7295 warning AvoidStaticImport Using a static member import should be avoided - java.util.Comparator.comparing. 20
    #A7296 warning AvoidStaticImport Using a static member import should be avoided - java.util.Comparator.comparing. 20 35
    #A7297 warning AvoidStaticImport Using a static member import should be avoided - java.util.Comparator.naturalOrder. 21
    #A7298 warning AvoidStaticImport Using a static member import should be avoided - java.util.Comparator.naturalOrder. 21 35

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ConcurrentHashMultisetTest.java

    Severity Rule Message Line Col
    #A7299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.STRONG. 19
    #A7300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.STRONG. 19 69
    #A7301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.WEAK. 20
    #A7302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.Strength.WEAK. 20 69
    #A7303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 21
    #A7304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 21 59
    #A7305 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22
    #A7306 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22 31
    #A7307 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.isA. 23
    #A7308 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.isA. 23 43
    #A7309 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.eq. 24
    #A7310 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.eq. 24 34
    #A7311 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 25
    #A7312 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 25 34
    #A7313 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 26
    #A7314 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 26 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ContiguousSetTest.java

    Severity Rule Message Line Col
    #A7315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A7316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A7317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A7318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50
    #A7319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21
    #A7320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21 55
    #A7321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22
    #A7322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22 75
    #A7323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23
    #A7324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 23 75
    #A7325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 24
    #A7326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. 24 75
    #A7327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 25
    #A7328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. 25 75
    #A7329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.NavigableSetNavigationTester.getHoleMethods. 26
    #A7330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.testers.NavigableSetNavigationTester.getHoleMethods. 26 85
    #A7331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 27
    #A7332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 27 59
    #A7333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 28
    #A7334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 28 59
    #A7335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 29
    #A7336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 29 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/DiscreteDomainTest.java

    Severity Rule Message Line Col
    #A7337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 19
    #A7338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 19 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/EnumBiMapTest.java

    Severity Rule Message Line Col
    #A7339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19
    #A7340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. 19 56
    #A7341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/EnumMultisetTest.java

    Severity Rule Message Line Col
    #A7343 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7344 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/FauxveridesTest.java

    Severity Rule Message Line Col
    #A7345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.transform. 19
    #A7346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.transform. 19 46
    #A7347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.difference. 20
    #A7348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.difference. 20 45
    #A7349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A7350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A7351 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 22
    #A7352 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 22 41
    #A7353 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 23
    #A7354 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 23 41

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/FilteredCollectionsTest.java

    Severity Rule Message Line Col
    #A7355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/FluentIterableTest.java

    Severity Rule Message Line Col
    #A7357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.FluentIterableTest.Help.assertThat. 19
    #A7358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.FluentIterableTest.Help.assertThat. 19 64
    #A7359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A7360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A7361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A7363 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22
    #A7364 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java

    Severity Rule Message Line Col
    #A7365 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7366 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ForwardingMapTest.java

    Severity Rule Message Line Col
    #A7367 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.STATIC. 19
    #A7368 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.STATIC. 19 41
    #A7369 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.any. 20
    #A7370 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.ArgumentMatchers.any. 20 43
    #A7371 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.atLeast. 21
    #A7372 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.atLeast. 21 34
    #A7373 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 22
    #A7374 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 22 34
    #A7375 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 23
    #A7376 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 23 34
    #A7377 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 24
    #A7378 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 24 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ForwardingNavigableMapTest.java

    Severity Rule Message Line Col
    #A7379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A7380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ForwardingQueueTest.java

    Severity Rule Message Line Col
    #A7381 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7382 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ForwardingSetTest.java

    Severity Rule Message Line Col
    #A7383 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7384 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/GeneralRangeTest.java

    Severity Rule Message Line Col
    #A7385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17
    #A7386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 17 50
    #A7387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18
    #A7388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 18 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/HashBasedTableTest.java

    Severity Rule Message Line Col
    #A7389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/HashBiMapTest.java

    Severity Rule Message Line Col
    #A7391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/HashMultisetTest.java

    Severity Rule Message Line Col
    #A7393 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7394 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/HashingTest.java

    Severity Rule Message Line Col
    #A7395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smear. 17
    #A7396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smear. 17 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

    Severity Rule Message Line Col
    #A7397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A7398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A7399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableClassToInstanceMapTest.java

    Severity Rule Message Line Col
    #A7401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A7402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableEnumMapTest.java

    Severity Rule Message Line Col
    #A7403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A7404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A7405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A7406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56
    #A7407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 21
    #A7408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 21 75
    #A7409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 22
    #A7410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 22 75
    #A7411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableListMultimapTest.java

    Severity Rule Message Line Col
    #A7413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A7414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A7415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20
    #A7416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20 75
    #A7417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21
    #A7418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21 75
    #A7419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 22
    #A7420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 22 68
    #A7421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableListTest.java

    Severity Rule Message Line Col
    #A7423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 19
    #A7424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 19 50
    #A7425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 20
    #A7426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 20 50
    #A7427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A7428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A7429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22
    #A7430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. 22 75
    #A7431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 23
    #A7432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 23 75
    #A7433 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 24
    #A7434 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 24 38
    #A7435 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A7436 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableMapTest.java

    Severity Rule Message Line Col
    #A7437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A7438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A7439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 20
    #A7440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 20 59
    #A7441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableMultisetTest.java

    Severity Rule Message Line Col
    #A7443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A7445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A7447 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21
    #A7448 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableRangeMapTest.java

    Severity Rule Message Line Col
    #A7449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17
    #A7450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableRangeSetTest.java

    Severity Rule Message Line Col
    #A7451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A7452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java

    Severity Rule Message Line Col
    #A7453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A7454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A7455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20
    #A7456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. 20 75
    #A7457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21
    #A7458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. 21 75
    #A7459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 22
    #A7460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. 22 68
    #A7461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSetTest.java

    Severity Rule Message Line Col
    #A7463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java

    Severity Rule Message Line Col
    #A7465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19
    #A7466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 19 56
    #A7467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java

    Severity Rule Message Line Col
    #A7469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A7470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A7471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18
    #A7472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18 44
    #A7473 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7474 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31
    #A7475 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A7476 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A7477 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21
    #A7478 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

    Severity Rule Message Line Col
    #A7479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7481 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A7482 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableTableTest.java

    Severity Rule Message Line Col
    #A7483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/IterablesTest.java

    Severity Rule Message Line Col
    #A7485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.skip. 19
    #A7486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.skip. 19 50
    #A7487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A7488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A7489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21
    #A7490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21 45
    #A7491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22
    #A7492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22 64
    #A7493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 23
    #A7494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 23 64
    #A7495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A7496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A7497 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A7498 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31
    #A7499 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26
    #A7500 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/IteratorsTest.java

    Severity Rule Message Line Col
    #A7501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19
    #A7502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19 61
    #A7503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.advance. 20
    #A7504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.advance. 20 50
    #A7505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.get. 21
    #A7506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.get. 21 50
    #A7507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.getLast. 22
    #A7508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.getLast. 22 50
    #A7509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23
    #A7510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23 46
    #A7511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 24
    #A7512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 24 64
    #A7513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25
    #A7514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25 64
    #A7515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26
    #A7516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26 44
    #A7517 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 27
    #A7518 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 27 31
    #A7519 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 28
    #A7520 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/LenientSerializableTester.java

    Severity Rule Message Line Col
    #A7521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19
    #A7522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 19 59
    #A7523 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A7524 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A7525 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21
    #A7526 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 21 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/LinkedHashMultimapTest.java

    Severity Rule Message Line Col
    #A7527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A7528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A7529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20
    #A7530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20 45
    #A7531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21
    #A7532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21 45
    #A7533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22
    #A7534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22 56
    #A7535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 23
    #A7536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 23 64
    #A7537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A7538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A7539 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A7540 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/LinkedHashMultisetTest.java

    Severity Rule Message Line Col
    #A7541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7543 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A7544 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/LinkedListMultimapTest.java

    Severity Rule Message Line Col
    #A7545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A7546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A7547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20
    #A7548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 20 45
    #A7549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21
    #A7550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 21 45
    #A7551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22
    #A7552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 22 64
    #A7553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE. 23
    #A7554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_REMOVE. 23 64
    #A7555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_SET. 24
    #A7556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.SUPPORTS_SET. 24 64
    #A7557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A7558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A7559 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A7560 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ListsImplTest.java

    Severity Rule Message Line Col
    #A7561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A7564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ListsTest.java

    Severity Rule Message Line Col
    #A7565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A7566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A7567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20
    #A7568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 20 64
    #A7569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A7571 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22
    #A7572 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 22 31
    #A7573 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23
    #A7574 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singletonList. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

    Severity Rule Message Line Col
    #A7575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.DRAIN_THRESHOLD. 19
    #A7576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.MapMakerInternalMap.DRAIN_THRESHOLD. 19 60
    #A7577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapMakerTest.java

    Severity Rule Message Line Col
    #A7579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19
    #A7580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapsCollectionTest.java

    Severity Rule Message Line Col
    #A7581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A7583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A7584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A7585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21
    #A7586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 21 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapsTest.java

    Severity Rule Message Line Col
    #A7587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformEntries. 19
    #A7588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformEntries. 19 45
    #A7589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformValues. 20
    #A7590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.transformValues. 20 45
    #A7591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.unmodifiableNavigableMap. 21
    #A7592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.unmodifiableNavigableMap. 21 45
    #A7593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22
    #A7594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22 56
    #A7595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A7597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 24
    #A7598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 24 44
    #A7599 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25
    #A7600 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java

    Severity Rule Message Line Col
    #A7601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Objects.equal. 19
    #A7602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Objects.equal. 19 45
    #A7603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceExponentIfGwt. 20
    #A7604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceExponentIfGwt. 20 49
    #A7605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceIterationsIfGwt. 21
    #A7606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Platform.reduceIterationsIfGwt. 21 49
    #A7607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A7608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MoreCollectorsTest.java

    Severity Rule Message Line Col
    #A7609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth8.assertThat. 20
    #A7612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth8.assertThat. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MultimapsCollectionTest.java

    Severity Rule Message Line Col
    #A7613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 19
    #A7614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 19 45
    #A7615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20
    #A7616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 20 56
    #A7617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21
    #A7618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. 21 75
    #A7619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22
    #A7620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. 22 75
    #A7621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods. 23
    #A7622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods. 23 86
    #A7623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetCountTester.getCountDuplicateInitializingMethods. 24
    #A7624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetCountTester.getCountDuplicateInitializingMethods. 24 75
    #A7625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetElementSetTester.getElementSetDuplicateInitializingMethods. 25
    #A7626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetElementSetTester.getElementSetDuplicateInitializingMethods. 25 80
    #A7627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetForEachEntryTester.getForEachEntryDuplicateInitializingMethods. 26
    #A7628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetForEachEntryTester.getForEachEntryDuplicateInitializingMethods. 26 82
    #A7629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods. 27
    #A7630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods. 27 78
    #A7631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetRemoveTester.getRemoveDuplicateInitializingMethods. 28
    #A7632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetRemoveTester.getRemoveDuplicateInitializingMethods. 28 76
    #A7633 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 29
    #A7634 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Proxy.newProxyInstance. 29 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MultimapsTest.java

    Severity Rule Message Line Col
    #A7635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A7637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 20
    #A7638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 20 45
    #A7639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A7640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A7641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22
    #A7642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 22 56
    #A7643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.nefariousMapEntry. 23
    #A7644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.nefariousMapEntry. 23 56
    #A7645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 24
    #A7646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 24 64
    #A7647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A7648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A7649 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26
    #A7650 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MultisetsCollectionTest.java

    Severity Rule Message Line Col
    #A7651 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A7652 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MultisetsTest.java

    Severity Rule Message Line Col
    #A7653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/NewCustomTableTest.java

    Severity Rule Message Line Col
    #A7655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ObjectArraysTest.java

    Severity Rule Message Line Col
    #A7657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/OrderingTest.java

    Severity Rule Message Line Col
    #A7659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A7661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20
    #A7662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 20 46
    #A7663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 21
    #A7664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 21 59
    #A7665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22
    #A7666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22 59
    #A7667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A7669 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 24
    #A7670 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/PeekingIteratorTest.java

    Severity Rule Message Line Col
    #A7671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.peekingIterator. 19
    #A7672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.peekingIterator. 19 50
    #A7673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20
    #A7674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. 20 64
    #A7675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21
    #A7676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 21 64
    #A7677 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 22
    #A7678 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptyList. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/QueuesTest.java

    Severity Rule Message Line Col
    #A7679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19
    #A7680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 19 46
    #A7681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A7683 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 21
    #A7684 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 21 29
    #A7685 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 22
    #A7686 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 22 31
    #A7687 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23
    #A7688 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23 45
    #A7689 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24
    #A7690 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24 44
    #A7691 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 25
    #A7692 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 25 44
    #A7693 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 26
    #A7694 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 26 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/RangeTest.java

    Severity Rule Message Line Col
    #A7695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A7696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A7697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A7698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50
    #A7699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21
    #A7700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.DiscreteDomain.integers. 21 55
    #A7701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22
    #A7702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserializeAndAssert. 22 59
    #A7703 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23
    #A7704 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/RegularImmutableTableTest.java

    Severity Rule Message Line Col
    #A7705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SetOperationsTest.java

    Severity Rule Message Line Col
    #A7707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A7709 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A7710 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SetsTest.java

    Severity Rule Message Line Col
    #A7711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 19
    #A7712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.unmodifiableIterable. 19 50
    #A7713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newEnumSet. 20
    #A7714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newEnumSet. 20 45
    #A7715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21
    #A7716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 21 45
    #A7717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 22
    #A7718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newLinkedHashSet. 22 45
    #A7719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.powerSet. 23
    #A7720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.powerSet. 23 45
    #A7721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.unmodifiableNavigableSet. 24
    #A7722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.unmodifiableNavigableSet. 24 45
    #A7723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25
    #A7724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. 25 64
    #A7725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26
    #A7726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 26 44
    #A7727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 27
    #A7728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 27 44
    #A7729 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.TC_REFERENCE. 28
    #A7730 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.TC_REFERENCE. 28 44
    #A7731 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.baseWireHandle. 29
    #A7732 warning AvoidStaticImport Using a static member import should be avoided - java.io.ObjectStreamConstants.baseWireHandle. 29 44
    #A7733 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptySet. 30
    #A7734 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.emptySet. 30 36
    #A7735 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 31
    #A7736 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.singleton. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SimpleAbstractMultisetTest.java

    Severity Rule Message Line Col
    #A7737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A7738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SingletonImmutableTableTest.java

    Severity Rule Message Line Col
    #A7739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/StreamsTest.java

    Severity Rule Message Line Col
    #A7741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Streams.stream. 17
    #A7742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Streams.stream. 17 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SynchronizedBiMapTest.java

    Severity Rule Message Line Col
    #A7743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SynchronizedMapTest.java

    Severity Rule Message Line Col
    #A7745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A7746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SynchronizedMultimapTest.java

    Severity Rule Message Line Col
    #A7747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TableCollectionTest.java

    Severity Rule Message Line Col
    #A7749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A7750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TablesTransformValuesTest.java

    Severity Rule Message Line Col
    #A7751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TopKSelectorTest.java

    Severity Rule Message Line Col
    #A7753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeBasedTableTest.java

    Severity Rule Message Line Col
    #A7755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeMultimapExplicitTest.java

    Severity Rule Message Line Col
    #A7757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeMultimapNaturalTest.java

    Severity Rule Message Line Col
    #A7759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A7760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A7761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeMultisetTest.java

    Severity Rule Message Line Col
    #A7763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A7764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A7765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A7767 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 21
    #A7768 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.sort. 21 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeRangeMapTest.java

    Severity Rule Message Line Col
    #A7769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17
    #A7770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17 50
    #A7771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 18
    #A7772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. 18 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeRangeSetTest.java

    Severity Rule Message Line Col
    #A7773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17
    #A7774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 17 50
    #A7775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Range.range. 18
    #A7776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Range.range. 18 46
    #A7777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeTraverserTest.java

    Severity Rule Message Line Col
    #A7779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A7780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/eventbus/DispatcherTest.java

    Severity Rule Message Line Col
    #A7781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/eventbus/SubscriberTest.java

    Severity Rule Message Line Col
    #A7783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/eventbus/outside/AnnotatedSubscriberFinderTests.java

    Severity Rule Message Line Col
    #A7785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A7787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19
    #A7788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19 53
    #A7789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20
    #A7790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20 47
    #A7791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A7793 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22
    #A7794 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractGraphTest.java

    Severity Rule Message Line Col
    #A7795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19
    #A7796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19 47
    #A7797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 20
    #A7798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 20 47
    #A7799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 21
    #A7800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 21 47
    #A7801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 22
    #A7802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 22 47
    #A7803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A7805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 24
    #A7806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 24 49
    #A7807 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25
    #A7808 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

    Severity Rule Message Line Col
    #A7809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19
    #A7810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 19 47
    #A7811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20
    #A7812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertEdgeNotInGraphErrorMessage. 20 47
    #A7813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 21
    #A7814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 21 47
    #A7815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 22
    #A7816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 22 47
    #A7817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 23
    #A7818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.sanityCheckSet. 23 47
    #A7819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A7820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A7821 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 25
    #A7822 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 25 45
    #A7823 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26
    #A7824 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 26 31
    #A7825 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27
    #A7826 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 27 31
    #A7827 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28
    #A7828 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java

    Severity Rule Message Line Col
    #A7829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19
    #A7830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19 53
    #A7831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A7833 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 21
    #A7834 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 21 49
    #A7835 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22
    #A7836 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 22 31
    #A7837 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23
    #A7838 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java

    Severity Rule Message Line Col
    #A7839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 20
    #A7842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.TruthJUnit.assume. 20 49
    #A7843 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 21
    #A7844 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 21 31
    #A7845 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22
    #A7846 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A7847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth8.assertThat. 20
    #A7850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth8.assertThat. 20 45
    #A7851 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21
    #A7852 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A7853 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A7854 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A7855 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A7856 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A7857 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A7858 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A7859 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A7860 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A7861 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A7862 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A7863 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A7864 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableDirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A7865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7867 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A7868 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A7869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7871 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A7872 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableSimpleDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A7873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7875 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A7876 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31
    #A7877 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21
    #A7878 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableSimpleDirectedSortedNetworkTest.java

    Severity Rule Message Line Col
    #A7879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.sorted. 19
    #A7880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.sorted. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableSimpleUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A7881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7883 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A7884 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31
    #A7885 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21
    #A7886 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableUndirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A7887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7889 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20
    #A7890 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A7891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7893 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A7894 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java

    Severity Rule Message Line Col
    #A7895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.AbstractNetworkTest.ERROR_MODIFIABLE_COLLECTION. 19
    #A7896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.AbstractNetworkTest.ERROR_MODIFIABLE_COLLECTION. 19 58
    #A7897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 20
    #A7898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH. 20 47
    #A7899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 21
    #A7900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 21 56
    #A7901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 22
    #A7902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 22 56
    #A7903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 23
    #A7904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertNodeNotInGraphErrorMessage. 23 47
    #A7905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A7906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A7907 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25
    #A7908 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ElementOrderTest.java

    Severity Rule Message Line Col
    #A7909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A7910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A7911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.insertion. 20
    #A7912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.insertion. 20 51
    #A7913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.unordered. 21
    #A7914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.ElementOrder.unordered. 21 51
    #A7915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A7916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/EndpointPairTest.java

    Severity Rule Message Line Col
    #A7917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A7919 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20
    #A7920 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphEquivalenceTest.java

    Severity Rule Message Line Col
    #A7921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19
    #A7922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19 56
    #A7923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20
    #A7924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20 56
    #A7925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphMutationTest.java

    Severity Rule Message Line Col
    #A7927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphPropertiesTest.java

    Severity Rule Message Line Col
    #A7929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.hasCycle. 19
    #A7930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.hasCycle. 19 45
    #A7931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A7932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphsTest.java

    Severity Rule Message Line Col
    #A7933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.copyOf. 19
    #A7934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.copyOf. 19 45
    #A7935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.inducedSubgraph. 20
    #A7936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.inducedSubgraph. 20 45
    #A7937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.reachableNodes. 21
    #A7938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.reachableNodes. 21 45
    #A7939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transitiveClosure. 22
    #A7940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transitiveClosure. 22 45
    #A7941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transpose. 23
    #A7942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.transpose. 23 45
    #A7943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24
    #A7944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 24 44
    #A7945 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25
    #A7946 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ImmutableNetworkTest.java

    Severity Rule Message Line Col
    #A7947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ImmutableValueGraphTest.java

    Severity Rule Message Line Col
    #A7949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/MapCacheTest.java

    Severity Rule Message Line Col
    #A7951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/NetworkEquivalenceTest.java

    Severity Rule Message Line Col
    #A7953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19
    #A7954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.DIRECTED. 19 56
    #A7955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20
    #A7956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.EdgeType.UNDIRECTED. 20 56
    #A7957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/NetworkMutationTest.java

    Severity Rule Message Line Col
    #A7959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/PackageSanityTests.java

    Severity Rule Message Line Col
    #A7961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_ELEMENT_NOT_IN_GRAPH. 19
    #A7962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.ERROR_ELEMENT_NOT_IN_GRAPH. 19 47
    #A7963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A7964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/StandardImmutableGraphAdditionalTest.java

    Severity Rule Message Line Col
    #A7965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/TestUtil.java

    Severity Rule Message Line Col
    #A7967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A7968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/TraverserTest.java

    Severity Rule Message Line Col
    #A7969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20
    #A7970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20 51
    #A7971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A7972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A7973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.charactersOf. 22
    #A7974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.charactersOf. 22 46
    #A7975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A7976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A7977 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24
    #A7978 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ValueGraphTest.java

    Severity Rule Message Line Col
    #A7979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19
    #A7980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 19 53
    #A7981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 20
    #A7982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.TestUtil.assertStronglyEquivalent. 20 47
    #A7983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A7984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44
    #A7985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth8.assertThat. 22
    #A7986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth8.assertThat. 22 45
    #A7987 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 23
    #A7988 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newFixedThreadPool. 23 45
    #A7989 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24
    #A7990 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/AbstractByteHasherTest.java

    Severity Rule Message Line Col
    #A7991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 17
    #A7992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 17 46
    #A7993 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 18
    #A7994 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 18 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/AbstractStreamingHasherTest.java

    Severity Rule Message Line Col
    #A7995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 19
    #A7996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16LE. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A7997 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A7998 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A7999 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A8000 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A8001 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A8002 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A8003 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A8004 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A8005 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A8006 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A8007 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A8008 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/BloomFilterTest.java

    Severity Rule Message Line Col
    #A8009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A8011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/ChecksumHashFunctionTest.java

    Severity Rule Message Line Col
    #A8013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.ADLER_32. 17
    #A8014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.ADLER_32. 17 58
    #A8015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.CRC_32. 18
    #A8016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.ChecksumType.CRC_32. 18 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/Crc32cHashFunctionTest.java

    Severity Rule Message Line Col
    #A8017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17
    #A8018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java

    Severity Rule Message Line Col
    #A8019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.ISO_8859_1. 19
    #A8020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.ISO_8859_1. 19 46
    #A8021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20
    #A8022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20 46
    #A8023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21
    #A8024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/FunnelsTest.java

    Severity Rule Message Line Col
    #A8025 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.inOrder. 19
    #A8026 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.inOrder. 19 34
    #A8027 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A8028 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A8029 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21
    #A8030 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashCodeTest.java

    Severity Rule Message Line Col
    #A8031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 19
    #A8032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 19 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashTestUtils.java

    Severity Rule Message Line Col
    #A8033 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19
    #A8034 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertEquals. 19 31
    #A8035 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 20
    #A8036 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashingInputStreamTest.java

    Severity Rule Message Line Col
    #A8037 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17
    #A8038 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17 34
    #A8039 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18
    #A8040 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18 34
    #A8041 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19
    #A8042 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19 34
    #A8043 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20
    #A8044 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashingOutputStreamTest.java

    Severity Rule Message Line Col
    #A8045 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17
    #A8046 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 17 34
    #A8047 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18
    #A8048 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 18 34
    #A8049 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19
    #A8050 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verifyNoMoreInteractions. 19 34
    #A8051 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20
    #A8052 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 20 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashingTest.java

    Severity Rule Message Line Col
    #A8053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A8055 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A8056 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

    Severity Rule Message Line Col
    #A8057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A8059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 20
    #A8060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 20 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/Murmur3Hash128Test.java

    Severity Rule Message Line Col
    #A8061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_128. 19
    #A8062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_128. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/Murmur3Hash32Test.java

    Severity Rule Message Line Col
    #A8063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_32. 19
    #A8064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.Hashing.murmur3_32. 19 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/SipHashFunctionTest.java

    Severity Rule Message Line Col
    #A8065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17
    #A8066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/html/HtmlEscapersTest.java

    Severity Rule Message Line Col
    #A8067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.html.HtmlEscapers.htmlEscaper. 17
    #A8068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.html.HtmlEscapers.htmlEscaper. 17 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A8069 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A8070 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A8071 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A8072 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A8073 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A8074 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A8075 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A8076 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A8077 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A8078 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A8079 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A8080 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/BaseEncodingTest.java

    Severity Rule Message Line Col
    #A8081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17
    #A8082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 17 46
    #A8083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 18
    #A8084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base16. 18 48
    #A8085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32. 19
    #A8086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32. 19 48
    #A8087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32Hex. 20
    #A8088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base32Hex. 20 48
    #A8089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base64. 21
    #A8090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.BaseEncoding.base64. 21 48
    #A8091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A8092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSinkTest.java

    Severity Rule Message Line Col
    #A8093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19
    #A8094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19 46
    #A8095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20
    #A8096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20 46
    #A8097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21
    #A8098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21 46
    #A8099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A8100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46
    #A8101 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 23
    #A8102 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 23 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSinkTester.java

    Severity Rule Message Line Col
    #A8103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 19
    #A8104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 19 53
    #A8105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 20
    #A8106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 20 53
    #A8107 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21
    #A8108 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSourceTest.java

    Severity Rule Message Line Col
    #A8109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A8110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A8111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.AVAILABLE_ALWAYS_ZERO. 20
    #A8112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.AVAILABLE_ALWAYS_ZERO. 20 46
    #A8113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 21
    #A8114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 21 46
    #A8115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 22
    #A8116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 22 46
    #A8117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 23
    #A8118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 23 46
    #A8119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 24
    #A8120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 24 46
    #A8121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 25
    #A8122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 25 46
    #A8123 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 26
    #A8124 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 26 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSourceTester.java

    Severity Rule Message Line Col
    #A8125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 19
    #A8126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 19 53
    #A8127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 20
    #A8128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 20 53
    #A8129 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21
    #A8130 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteStreamsTest.java

    Severity Rule Message Line Col
    #A8131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSinkTest.java

    Severity Rule Message Line Col
    #A8133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19
    #A8134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 19 46
    #A8135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20
    #A8136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 20 46
    #A8137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21
    #A8138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 21 46
    #A8139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A8140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSourceTest.java

    Severity Rule Message Line Col
    #A8141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableList.toImmutableList. 19
    #A8142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableList.toImmutableList. 19 54
    #A8143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20
    #A8144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20 46
    #A8145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21
    #A8146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21 46
    #A8147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 22
    #A8148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 22 46
    #A8149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 23
    #A8150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 23 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSourceTester.java

    Severity Rule Message Line Col
    #A8151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableList.toImmutableList. 19
    #A8152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableList.toImmutableList. 19 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CloseablesTest.java

    Severity Rule Message Line Col
    #A8153 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19
    #A8154 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19 34
    #A8155 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A8156 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A8157 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21
    #A8158 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CloserTest.java

    Severity Rule Message Line Col
    #A8159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CountingInputStreamTest.java

    Severity Rule Message Line Col
    #A8161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FilesFileTraverserTest.java

    Severity Rule Message Line Col
    #A8163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java

    Severity Rule Message Line Col
    #A8165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A8167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.simplifyPath. 20
    #A8168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.simplifyPath. 20 41

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FilesTest.java

    Severity Rule Message Line Col
    #A8169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.touch. 19
    #A8170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.touch. 19 41
    #A8171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FlushablesTest.java

    Severity Rule Message Line Col
    #A8173 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19
    #A8174 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doThrow. 19 34
    #A8175 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20
    #A8176 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 20 34
    #A8177 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21
    #A8178 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/LittleEndianDataInputStreamTest.java

    Severity Rule Message Line Col
    #A8179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/MoreFilesFileTraverserTest.java

    Severity Rule Message Line Col
    #A8181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/MoreFilesTest.java

    Severity Rule Message Line Col
    #A8183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.RecursiveDeleteOption.ALLOW_INSECURE. 19
    #A8184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.RecursiveDeleteOption.ALLOW_INSECURE. 19 57
    #A8185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.jimfs.Feature.SECURE_DIRECTORY_STREAM. 20
    #A8186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.jimfs.Feature.SECURE_DIRECTORY_STREAM. 20 46
    #A8187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.jimfs.Feature.SYMBOLIC_LINKS. 21
    #A8188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.jimfs.Feature.SYMBOLIC_LINKS. 21 46
    #A8189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A8190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A8191 warning AvoidStaticImport Using a static member import should be avoided - java.nio.charset.StandardCharsets.UTF_8. 23
    #A8192 warning AvoidStaticImport Using a static member import should be avoided - java.nio.charset.StandardCharsets.UTF_8. 23 48
    #A8193 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.LinkOption.NOFOLLOW_LINKS. 24
    #A8194 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.LinkOption.NOFOLLOW_LINKS. 24 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/RandomAmountInputStream.java

    Severity Rule Message Line Col
    #A8195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ResourcesTest.java

    Severity Rule Message Line Col
    #A8197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19
    #A8198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.whitespace. 19 49
    #A8199 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8200 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/SourceSinkFactories.java

    Severity Rule Message Line Col
    #A8201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A8203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 20
    #A8204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSinkFactory. 20 53
    #A8205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 21
    #A8206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.ByteSourceFactory. 21 53
    #A8207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 22
    #A8208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSinkFactory. 22 53
    #A8209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 23
    #A8210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.SourceSinkFactory.CharSourceFactory. 23 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/SourceSinkTester.java

    Severity Rule Message Line Col
    #A8211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestByteSource.java

    Severity Rule Message Line Col
    #A8213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestCharSink.java

    Severity Rule Message Line Col
    #A8215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestCharSource.java

    Severity Rule Message Line Col
    #A8217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestInputStream.java

    Severity Rule Message Line Col
    #A8219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A8221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20
    #A8222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20 46
    #A8223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21
    #A8224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21 46
    #A8225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 22
    #A8226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.READ_THROWS. 22 46
    #A8227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 23
    #A8228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.SKIP_THROWS. 23 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestOutputStream.java

    Severity Rule Message Line Col
    #A8229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A8231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20
    #A8232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.CLOSE_THROWS. 20 46
    #A8233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21
    #A8234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.OPEN_THROWS. 21 46
    #A8235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22
    #A8236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.TestOption.WRITE_THROWS. 22 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestReader.java

    Severity Rule Message Line Col
    #A8237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A8239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A8240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/TestWriter.java

    Severity Rule Message Line Col
    #A8241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A8242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A8243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A8244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A8245 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A8246 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A8247 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A8248 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A8249 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A8250 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A8251 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A8252 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A8253 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A8254 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A8255 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A8256 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/BigIntegerMathTest.java

    Severity Rule Message Line Col
    #A8257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19
    #A8258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19 49
    #A8259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20
    #A8260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20 49
    #A8261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21
    #A8262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21 49
    #A8263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES. 22
    #A8264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES. 22 49
    #A8265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES. 23
    #A8266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES. 23 49
    #A8267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES. 24
    #A8268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES. 24 49
    #A8269 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 25
    #A8270 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 25 35
    #A8271 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.TEN. 26
    #A8272 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.TEN. 26 35
    #A8273 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 27
    #A8274 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 27 35
    #A8275 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 28
    #A8276 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 28 37
    #A8277 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 29
    #A8278 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 29 37
    #A8279 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30
    #A8280 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30 37
    #A8281 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 31
    #A8282 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 31 37
    #A8283 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 32
    #A8284 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 32 37
    #A8285 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 33
    #A8286 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 33 37
    #A8287 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 34
    #A8288 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 34 37
    #A8289 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 35
    #A8290 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 35 37
    #A8291 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 36
    #A8292 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 36 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/DoubleMathTest.java

    Severity Rule Message Line Col
    #A8293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.get. 19
    #A8294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.get. 19 50
    #A8295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.size. 20
    #A8296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.size. 20 50
    #A8297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES. 21
    #A8298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES. 21 49
    #A8299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 22
    #A8300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 22 49
    #A8301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 23
    #A8302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 23 49
    #A8303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.DOUBLE_CANDIDATES_EXCEPT_NAN. 24
    #A8304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.DOUBLE_CANDIDATES_EXCEPT_NAN. 24 49
    #A8305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 25
    #A8306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 25 49
    #A8307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES. 26
    #A8308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES. 26 49
    #A8309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INFINITIES. 27
    #A8310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INFINITIES. 27 49
    #A8311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES. 28
    #A8312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES. 28 49
    #A8313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 29
    #A8314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 29 49
    #A8315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 30
    #A8316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 30 49
    #A8317 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 31
    #A8318 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 31 37
    #A8319 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 32
    #A8320 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 32 37
    #A8321 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 33
    #A8322 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 33 37
    #A8323 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 34
    #A8324 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 34 37
    #A8325 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 35
    #A8326 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 35 37
    #A8327 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 36
    #A8328 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 36 37
    #A8329 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 37
    #A8330 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 37 37
    #A8331 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 38
    #A8332 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 38 37
    #A8333 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 39
    #A8334 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 39 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/DoubleUtilsTest.java

    Severity Rule Message Line Col
    #A8335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19
    #A8336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES. 19 49
    #A8337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 20
    #A8338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES. 20 49
    #A8339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 21
    #A8340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES. 21 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/IntMathTest.java

    Severity Rule Message Line Col
    #A8341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES. 19
    #A8342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES. 19 49
    #A8343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20
    #A8344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20 49
    #A8345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21
    #A8346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21 49
    #A8347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22
    #A8348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22 49
    #A8349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23
    #A8350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23 49
    #A8351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_INTEGER_CANDIDATES. 24
    #A8352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_INTEGER_CANDIDATES. 24 49
    #A8353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 25
    #A8354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 25 49
    #A8355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.TestPlatform.intsCanGoOutOfRange. 26
    #A8356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.TestPlatform.intsCanGoOutOfRange. 26 50
    #A8357 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 27
    #A8358 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 27 35
    #A8359 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28
    #A8360 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28 37
    #A8361 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29
    #A8362 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/LinearTransformationTest.java

    Severity Rule Message Line Col
    #A8363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 19
    #A8364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 19 50
    #A8365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 20
    #A8366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 20 50
    #A8367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 21
    #A8368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 21 50
    #A8369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 22
    #A8370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 22 50
    #A8371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A8372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/LongMathTest.java

    Severity Rule Message Line Col
    #A8373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_LONG_CANDIDATES. 19
    #A8374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_LONG_CANDIDATES. 19 49
    #A8375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20
    #A8376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_ROUNDING_MODES. 20 49
    #A8377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21
    #A8378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES. 21 49
    #A8379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22
    #A8380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.EXPONENTS. 22 49
    #A8381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23
    #A8382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES. 23 49
    #A8383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES. 24
    #A8384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES. 24 49
    #A8385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES. 25
    #A8386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES. 25 49
    #A8387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 26
    #A8388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES. 26 49
    #A8389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_LONG_CANDIDATES. 27
    #A8390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathTesting.POSITIVE_LONG_CANDIDATES. 27 49
    #A8391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 28
    #A8392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 28 44
    #A8393 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 29
    #A8394 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.valueOf. 29 35
    #A8395 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30
    #A8396 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 30 37
    #A8397 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 31
    #A8398 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 31 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/MathPreconditionsTest.java

    Severity Rule Message Line Col
    #A8399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/MathTesting.java

    Severity Rule Message Line Col
    #A8401 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 19
    #A8402 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 19 35
    #A8403 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 20
    #A8404 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ZERO. 20 35
    #A8405 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 21
    #A8406 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 21 37
    #A8407 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 22
    #A8408 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.DOWN. 22 37
    #A8409 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23
    #A8410 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23 37
    #A8411 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 24
    #A8412 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_DOWN. 24 37
    #A8413 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25
    #A8414 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25 37
    #A8415 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26
    #A8416 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26 37
    #A8417 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 27
    #A8418 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UP. 27 37
    #A8419 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 28
    #A8420 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A8421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A8422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A8423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A8424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A8425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 21
    #A8426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 21 50
    #A8427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 22
    #A8428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 22 50
    #A8429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 23
    #A8430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 23 50
    #A8431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 24
    #A8432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 24 50
    #A8433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 25
    #A8434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 25 50
    #A8435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 26
    #A8436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 26 50
    #A8437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 27
    #A8438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 27 50
    #A8439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 28
    #A8440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 28 50
    #A8441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_COUNT. 29
    #A8442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_COUNT. 29 50
    #A8443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 30
    #A8444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 30 50
    #A8445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 31
    #A8446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 31 50
    #A8447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 32
    #A8448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 32 50
    #A8449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES. 33
    #A8450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES. 33 50
    #A8451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 34
    #A8452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 34 50
    #A8453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 35
    #A8454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 35 50
    #A8455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 36
    #A8456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 36 50
    #A8457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 37
    #A8458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 37 50
    #A8459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 38
    #A8460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 38 50
    #A8461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 39
    #A8462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 39 50
    #A8463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 40
    #A8464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 40 50
    #A8465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 41
    #A8466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 41 50
    #A8467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 42
    #A8468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 42 50
    #A8469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createFilledPairedStatsAccumulator. 43
    #A8470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createFilledPairedStatsAccumulator. 43 50
    #A8471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPartitionedFilledPairedStatsAccumulator. 44
    #A8472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPartitionedFilledPairedStatsAccumulator. 44 50
    #A8473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 45
    #A8474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 45 44
    #A8475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 46
    #A8476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 46 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/PairedStatsTest.java

    Severity Rule Message Line Col
    #A8477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A8478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A8479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A8480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A8481 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_PAIRED_STATS. 21
    #A8482 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_PAIRED_STATS. 21 50
    #A8483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.CONSTANT_VALUES_PAIRED_STATS. 22
    #A8484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.CONSTANT_VALUES_PAIRED_STATS. 22 50
    #A8485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.DUPLICATE_MANY_VALUES_PAIRED_STATS. 23
    #A8486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.DUPLICATE_MANY_VALUES_PAIRED_STATS. 23 50
    #A8487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_PAIRED_STATS. 24
    #A8488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_PAIRED_STATS. 24 50
    #A8489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 25
    #A8490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 25 50
    #A8491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.HORIZONTAL_VALUES_PAIRED_STATS. 26
    #A8492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.HORIZONTAL_VALUES_PAIRED_STATS. 26 50
    #A8493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 27
    #A8494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 27 50
    #A8495 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 28
    #A8496 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 28 50
    #A8497 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_PAIRED_STATS. 29
    #A8498 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_PAIRED_STATS. 29 50
    #A8499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 30
    #A8500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 30 50
    #A8501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 31
    #A8502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 31 50
    #A8503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 32
    #A8504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 32 50
    #A8505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_PAIRED_STATS. 33
    #A8506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_PAIRED_STATS. 33 50
    #A8507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 34
    #A8508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 34 50
    #A8509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 35
    #A8510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES. 35 50
    #A8511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 36
    #A8512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_MANY_VALUES_STATS. 36 50
    #A8513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 37
    #A8514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE_STATS. 37 50
    #A8515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 38
    #A8516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_TWO_VALUES_STATS. 38 50
    #A8517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_PAIRED_STATS. 39
    #A8518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_PAIRED_STATS. 39 50
    #A8519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 40
    #A8520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 40 50
    #A8521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 41
    #A8522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS. 41 50
    #A8523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.VERTICAL_VALUES_PAIRED_STATS. 42
    #A8524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.VERTICAL_VALUES_PAIRED_STATS. 42 50
    #A8525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 43
    #A8526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertDiagonalLinearTransformation. 43 50
    #A8527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 44
    #A8528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertHorizontalLinearTransformation. 44 50
    #A8529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 45
    #A8530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertLinearTransformationNaN. 45 50
    #A8531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 46
    #A8532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertStatsApproxEqual. 46 50
    #A8533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 47
    #A8534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.assertVerticalLinearTransformation. 47 50
    #A8535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPairedStatsOf. 48
    #A8536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.createPairedStatsOf. 48 50
    #A8537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 49
    #A8538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 49 44
    #A8539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 50
    #A8540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 50 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java

    Severity Rule Message Line Col
    #A8541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A8544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/QuantilesTest.java

    Severity Rule Message Line Col
    #A8545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.median. 19
    #A8546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.median. 19 47
    #A8547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.percentiles. 20
    #A8548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.percentiles. 20 47
    #A8549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.quartiles. 21
    #A8550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Quantiles.quartiles. 21 47
    #A8551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A8552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44
    #A8553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 23
    #A8554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 23 44
    #A8555 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 24
    #A8556 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 24 31
    #A8557 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 25
    #A8558 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 25 31
    #A8559 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 26
    #A8560 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 26 31
    #A8561 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 27
    #A8562 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 27 37
    #A8563 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28
    #A8564 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 28 37
    #A8565 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29
    #A8566 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 29 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/StatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A8567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19
    #A8568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 19 50
    #A8569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20
    #A8570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 20 50
    #A8571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 21
    #A8572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 21 50
    #A8573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 22
    #A8574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 22 50
    #A8575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 23
    #A8576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 23 50
    #A8577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 24
    #A8578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 24 50
    #A8579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 25
    #A8580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 25 50
    #A8581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 26
    #A8582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 26 50
    #A8583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 27
    #A8584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 27 50
    #A8585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 28
    #A8586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 28 50
    #A8587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 29
    #A8588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 29 50
    #A8589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 30
    #A8590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 30 50
    #A8591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 31
    #A8592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 31 50
    #A8593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 32
    #A8594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 32 50
    #A8595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 33
    #A8596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 33 50
    #A8597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 34
    #A8598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 34 50
    #A8599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 35
    #A8600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 35 50
    #A8601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 36
    #A8602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 36 50
    #A8603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 37
    #A8604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 37 50
    #A8605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 38
    #A8606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 38 50
    #A8607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_COUNT. 39
    #A8608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_COUNT. 39 50
    #A8609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MAX. 40
    #A8610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MAX. 40 50
    #A8611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MEAN. 41
    #A8612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MEAN. 41 50
    #A8613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MIN. 42
    #A8614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MIN. 42 50
    #A8615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_POPULATION_VARIANCE. 43
    #A8616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_POPULATION_VARIANCE. 43 50
    #A8617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 44
    #A8618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 44 50
    #A8619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 45
    #A8620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.OTHER_ONE_VALUE. 45 50
    #A8621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 46
    #A8622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 46 50
    #A8623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 47
    #A8624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 47 50
    #A8625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 48
    #A8626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 48 50
    #A8627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 49
    #A8628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 49 50
    #A8629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 50
    #A8630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 50 50
    #A8631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart1. 51
    #A8632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart1. 51 50
    #A8633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart2. 52
    #A8634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart2. 52 50
    #A8635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 53
    #A8636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 53 44
    #A8637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 54
    #A8638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 54 44
    #A8639 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 55
    #A8640 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 55 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/StatsTest.java

    Severity Rule Message Line Col
    #A8641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Stats.toStats. 19
    #A8642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.Stats.toStats. 19 43
    #A8643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 20
    #A8644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALLOWED_ERROR. 20 50
    #A8645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 21
    #A8646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_MANY_VALUES. 21 50
    #A8647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_STATS. 22
    #A8648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ALL_STATS. 22 50
    #A8649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 23
    #A8650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE. 23 50
    #A8651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_VARARGS. 24
    #A8652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.EMPTY_STATS_VARARGS. 24 50
    #A8653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 25
    #A8654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES. 25 50
    #A8655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 26
    #A8656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT. 26 50
    #A8657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 27
    #A8658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX. 27 50
    #A8659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 28
    #A8660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN. 28 50
    #A8661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 29
    #A8662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN. 29 50
    #A8663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_ITERABLE. 30
    #A8664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_ITERABLE. 30 50
    #A8665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_VARARGS. 31
    #A8666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_STATS_VARARGS. 31 50
    #A8667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 32
    #A8668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 32 50
    #A8669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_MEAN. 33
    #A8670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_MEAN. 33 50
    #A8671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_POPULATION_VARIANCE. 34
    #A8672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_POPULATION_VARIANCE. 34 50
    #A8673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_STATS. 35
    #A8674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_INTEGER_VALUES_STATS. 35 50
    #A8675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_MEAN. 36
    #A8676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_MEAN. 36 50
    #A8677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_POPULATION_VARIANCE. 37
    #A8678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_POPULATION_VARIANCE. 37 50
    #A8679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_STATS. 38
    #A8680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_LONG_VALUES_STATS. 38 50
    #A8681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_MEAN. 39
    #A8682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_MEAN. 39 50
    #A8683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_STATS. 40
    #A8684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LARGE_VALUES_STATS. 40 50
    #A8685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 41
    #A8686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES. 41 50
    #A8687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 42
    #A8688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT. 42 50
    #A8689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 43
    #A8690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX. 43 50
    #A8691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 44
    #A8692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MEAN. 44 50
    #A8693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 45
    #A8694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_MIN. 45 50
    #A8695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_ITERATOR. 46
    #A8696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_ITERATOR. 46 50
    #A8697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_SNAPSHOT. 47
    #A8698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_STATS_SNAPSHOT. 47 50
    #A8699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 48
    #A8700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.LONG_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 48 50
    #A8701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 49
    #A8702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES. 49 50
    #A8703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 50
    #A8704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_COUNT. 50 50
    #A8705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 51
    #A8706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MAX. 51 50
    #A8707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 52
    #A8708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MEAN. 52 50
    #A8709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 53
    #A8710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_MIN. 53 50
    #A8711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 54
    #A8712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE. 54 50
    #A8713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERATOR. 55
    #A8714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERATOR. 55 50
    #A8715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_SNAPSHOT. 56
    #A8716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_SNAPSHOT. 56 50
    #A8717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 57
    #A8718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_STATS_VARARGS. 57 50
    #A8719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 58
    #A8720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS. 58 50
    #A8721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_COUNT. 59
    #A8722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_COUNT. 59 50
    #A8723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MAX. 60
    #A8724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MAX. 60 50
    #A8725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MEAN. 61
    #A8726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MEAN. 61 50
    #A8727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MIN. 62
    #A8728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_MIN. 62 50
    #A8729 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_POPULATION_VARIANCE. 63
    #A8730 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.MEGA_STREAM_POPULATION_VARIANCE. 63 50
    #A8731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 64
    #A8732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE. 64 50
    #A8733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 65
    #A8734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.ONE_VALUE_STATS. 65 50
    #A8735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 66
    #A8736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES. 66 50
    #A8737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 67
    #A8738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MAX. 67 50
    #A8739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 68
    #A8740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MEAN. 68 50
    #A8741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 69
    #A8742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_MIN. 69 50
    #A8743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 70
    #A8744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_STATS. 70 50
    #A8745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 71
    #A8746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS. 71 50
    #A8747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.megaPrimitiveDoubleStream. 72
    #A8748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsTesting.megaPrimitiveDoubleStream. 72 50
    #A8749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 73
    #A8750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 73 44
    #A8751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 74
    #A8752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 74 44
    #A8753 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 75
    #A8754 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 75 31
    #A8755 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 76
    #A8756 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 76 31
    #A8757 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 77
    #A8758 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 77 31
    #A8759 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 78
    #A8760 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.sqrt. 78 29
    #A8761 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.stream. 79
    #A8762 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.stream. 79 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/StatsTesting.java

    Severity Rule Message Line Col
    #A8763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A8764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A8765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A8767 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21
    #A8768 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21 31
    #A8769 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 22
    #A8770 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 22 31
    #A8771 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 23
    #A8772 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 23 31
    #A8773 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24
    #A8774 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 24 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/HostSpecifierTest.java

    Severity Rule Message Line Col
    #A8775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/InetAddressesTest.java

    Severity Rule Message Line Col
    #A8777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/MediaTypeTest.java

    Severity Rule Message Line Col
    #A8779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16. 19
    #A8780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_16. 19 46
    #A8781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20
    #A8782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 20 46
    #A8783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_APPLICATION_TYPE. 21
    #A8784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_APPLICATION_TYPE. 21 46
    #A8785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_AUDIO_TYPE. 22
    #A8786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_AUDIO_TYPE. 22 46
    #A8787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_IMAGE_TYPE. 23
    #A8788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_IMAGE_TYPE. 23 46
    #A8789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TEXT_TYPE. 24
    #A8790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TEXT_TYPE. 24 46
    #A8791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TYPE. 25
    #A8792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_TYPE. 25 46
    #A8793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_VIDEO_TYPE. 26
    #A8794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.ANY_VIDEO_TYPE. 26 46
    #A8795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.HTML_UTF_8. 27
    #A8796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.HTML_UTF_8. 27 46
    #A8797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.JPEG. 28
    #A8798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.JPEG. 28 46
    #A8799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.PLAIN_TEXT_UTF_8. 29
    #A8800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.MediaType.PLAIN_TEXT_UTF_8. 29 46
    #A8801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30
    #A8802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 30 44
    #A8803 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isFinal. 31
    #A8804 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isFinal. 31 41
    #A8805 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 32
    #A8806 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isPublic. 32 41
    #A8807 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 33
    #A8808 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 33 41
    #A8809 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 34
    #A8810 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 34 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/PercentEscaperTest.java

    Severity Rule Message Line Col
    #A8811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19
    #A8812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19 62
    #A8813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20
    #A8814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20 62
    #A8815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21
    #A8816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21 62
    #A8817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22
    #A8818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/UrlEscapersTest.java

    Severity Rule Message Line Col
    #A8819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19
    #A8820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19 62
    #A8821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20
    #A8822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20 62
    #A8823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21
    #A8824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnicodeEscaping. 21 62
    #A8825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFormParameterEscaper. 22
    #A8826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFormParameterEscaper. 22 48
    #A8827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFragmentEscaper. 23
    #A8828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlFragmentEscaper. 23 48
    #A8829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlPathSegmentEscaper. 24
    #A8830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.net.UrlEscapers.urlPathSegmentEscaper. 24 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A8831 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A8832 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A8833 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A8834 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A8835 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A8836 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A8837 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A8838 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A8839 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A8840 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A8841 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A8842 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ByteArrayAsListTest.java

    Severity Rule Message Line Col
    #A8843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/CharArrayAsListTest.java

    Severity Rule Message Line Col
    #A8845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/DoubleArrayAsListTest.java

    Severity Rule Message Line Col
    #A8847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/DoublesTest.java

    Severity Rule Message Line Col
    #A8849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8851 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20
    #A8852 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/FloatArrayAsListTest.java

    Severity Rule Message Line Col
    #A8853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/FloatsTest.java

    Severity Rule Message Line Col
    #A8855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8857 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NaN. 20
    #A8858 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NaN. 20 30

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java

    Severity Rule Message Line Col
    #A8859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17
    #A8860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17 56
    #A8861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18
    #A8862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18 59
    #A8863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java

    Severity Rule Message Line Col
    #A8865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17
    #A8866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17 56
    #A8867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18
    #A8868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18 59
    #A8869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java

    Severity Rule Message Line Col
    #A8871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17
    #A8872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.TestPlatform.reduceIterationsIfGwt. 17 56
    #A8873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18
    #A8874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.testing.SerializableTester.reserialize. 18 59
    #A8875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/IntArrayAsListTest.java

    Severity Rule Message Line Col
    #A8877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/LongArrayAsListTest.java

    Severity Rule Message Line Col
    #A8879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/LongsTest.java

    Severity Rule Message Line Col
    #A8881 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 19
    #A8882 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MAX_VALUE. 19 29
    #A8883 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MIN_VALUE. 20
    #A8884 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.MIN_VALUE. 20 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ShortArrayAsListTest.java

    Severity Rule Message Line Col
    #A8885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

    Severity Rule Message Line Col
    #A8887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A8888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

    Severity Rule Message Line Col
    #A8889 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 17
    #A8890 warning AvoidStaticImport Using a static member import should be avoided - java.math.BigInteger.ONE. 17 35

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/AbstractInvocationHandlerTest.java

    Severity Rule Message Line Col
    #A8891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A8893 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A8894 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A8895 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A8896 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A8897 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A8898 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A8899 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A8900 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A8901 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A8902 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A8903 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A8904 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/ClassPathTest.java

    Severity Rule Message Line Col
    #A8905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.US_ASCII. 19
    #A8906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.US_ASCII. 19 46
    #A8907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 20
    #A8908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 20 60
    #A8909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21
    #A8910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 21 60
    #A8911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.MoreFiles.deleteRecursively. 22
    #A8912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.MoreFiles.deleteRecursively. 22 45
    #A8913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23
    #A8914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 23 44
    #A8915 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createDirectory. 24
    #A8916 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createDirectory. 24 34
    #A8917 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createFile. 25
    #A8918 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createFile. 25 34
    #A8919 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createSymbolicLink. 26
    #A8920 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createSymbolicLink. 26 34
    #A8921 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createTempDirectory. 27
    #A8922 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.Files.createTempDirectory. 27 34
    #A8923 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 28
    #A8924 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 28 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/ImmutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A8925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A8926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45
    #A8927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/InvokableTest.java

    Severity Rule Message Line Col
    #A8929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/MutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A8931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19
    #A8932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.immutableEntry. 19 45
    #A8933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/SubtypeTester.java

    Severity Rule Message Line Col
    #A8935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A8936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A8937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A8938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A8939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21
    #A8940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

    Severity Rule Message Line Col
    #A8941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

    Severity Rule Message Line Col
    #A8943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

    Severity Rule Message Line Col
    #A8945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypesTest.java

    Severity Rule Message Line Col
    #A8947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8949 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A8950 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractAbstractFutureTest.java

    Severity Rule Message Line Col
    #A8951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 20
    #A8954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 20 56
    #A8955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21
    #A8956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21 56
    #A8957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A8958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A8959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 23
    #A8960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 23 58
    #A8961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 24
    #A8962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 24 61
    #A8963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyGetOnPendingFuture. 25
    #A8964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyGetOnPendingFuture. 25 61
    #A8965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyTimedGetOnPendingFuture. 26
    #A8966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyTimedGetOnPendingFuture. 26 61
    #A8967 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27
    #A8968 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 27 44
    #A8969 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28
    #A8970 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 28 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractChainedListenableFutureTest.java

    Severity Rule Message Line Col
    #A8971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

    Severity Rule Message Line Col
    #A8973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java

    Severity Rule Message Line Col
    #A8975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A8976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractFutureCancellationCauseTest.java

    Severity Rule Message Line Col
    #A8977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

    Severity Rule Message Line Col
    #A8979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20
    #A8982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java

    Severity Rule Message Line Col
    #A8983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A8986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractListeningExecutorServiceTest.java

    Severity Rule Message Line Col
    #A8987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

    Severity Rule Message Line Col
    #A8989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AbstractScheduledService.Scheduler.newFixedDelaySchedule. 20
    #A8992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AbstractScheduledService.Scheduler.newFixedDelaySchedule. 20 83
    #A8993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21
    #A8994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21 62
    #A8995 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A8996 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

    Severity Rule Message Line Col
    #A8997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A8998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A8999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A9000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62
    #A9001 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 21
    #A9002 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 21 31
    #A9003 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A9004 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AndroidIncompatible.java

    Severity Rule Message Line Col
    #A9005 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19
    #A9006 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 19 47
    #A9007 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20
    #A9008 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 20 47
    #A9009 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21
    #A9010 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 21 47
    #A9011 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22
    #A9012 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 22 47
    #A9013 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23
    #A9014 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 23 47
    #A9015 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24
    #A9016 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.CLASS. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/CallablesTest.java

    Severity Rule Message Line Col
    #A9017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ClassPathUtil.java

    Severity Rule Message Line Col
    #A9019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 17
    #A9020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 17 60
    #A9021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 18
    #A9022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 18 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ExecutionListTest.java

    Severity Rule Message Line Col
    #A9023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A9024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java

    Severity Rule Message Line Col
    #A9025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A9026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44
    #A9027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A9028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A9029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A9030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FakeTimeLimiterTest.java

    Severity Rule Message Line Col
    #A9031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FluentFutureTest.java

    Severity Rule Message Line Col
    #A9033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 19
    #A9034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Verify.verify. 19 44
    #A9035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A9036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A9037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21
    #A9038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 21 56
    #A9039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22
    #A9040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22 56
    #A9041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23
    #A9042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23 62
    #A9043 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newScheduledThreadPool. 24
    #A9044 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newScheduledThreadPool. 24 45
    #A9045 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25
    #A9046 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ForwardingObjectTester.java

    Severity Rule Message Line Col
    #A9047 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Answers.CALLS_REAL_METHODS. 19
    #A9048 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Answers.CALLS_REAL_METHODS. 19 34
    #A9049 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doReturn. 20
    #A9050 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.doReturn. 20 34
    #A9051 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 21
    #A9052 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 21 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FutureCallbackTest.java

    Severity Rule Message Line Col
    #A9053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.addCallback. 20
    #A9056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.addCallback. 20 56
    #A9057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21
    #A9058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedInputs.java

    Severity Rule Message Line Col
    #A9059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 17
    #A9060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 17 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java

    Severity Rule Message Line Col
    #A9061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A9062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44
    #A9063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ClassPathUtil.parseJavaClassPath. 18
    #A9064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ClassPathUtil.parseJavaClassPath. 18 62
    #A9065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getChecked. 19
    #A9066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getChecked. 19 56
    #A9067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20
    #A9068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20 56
    #A9069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 21
    #A9070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 21 72
    #A9071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 22
    #A9072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 22 72
    #A9073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 23
    #A9074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 23 72
    #A9075 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 24
    #A9076 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 24 72
    #A9077 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 25
    #A9078 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 25 72
    #A9079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 26
    #A9080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 26 72
    #A9081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 27
    #A9082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 27 72
    #A9083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 28
    #A9084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 28 72
    #A9085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 29
    #A9086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 29 72
    #A9087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 30
    #A9088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 30 72
    #A9089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 31
    #A9090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 31 72
    #A9091 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 32
    #A9092 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 32 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesGetDoneTest.java

    Severity Rule Message Line Col
    #A9093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17
    #A9094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 17 44
    #A9095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A9096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A9097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 19
    #A9098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 19 56
    #A9099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 20
    #A9100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 20 56
    #A9101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21
    #A9102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 21 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesGetUncheckedTest.java

    Severity Rule Message Line Col
    #A9103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getUnchecked. 17
    #A9104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getUnchecked. 17 56
    #A9105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 18
    #A9106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 18 56
    #A9107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 19
    #A9108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.CHECKED_EXCEPTION. 19 72
    #A9109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 20
    #A9110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR. 20 72
    #A9111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 21
    #A9112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.ERROR_FUTURE. 21 72
    #A9113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 22
    #A9114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_CHECKED_EXCEPTION. 22 72
    #A9115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 23
    #A9116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_ERROR. 23 72
    #A9117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 24
    #A9118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_OTHER_THROWABLE. 24 72
    #A9119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 25
    #A9120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.FAILED_FUTURE_UNCHECKED_EXCEPTION. 25 72
    #A9121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 26
    #A9122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.OTHER_THROWABLE. 26 72
    #A9123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 27
    #A9124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION. 27 72
    #A9125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 28
    #A9126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION_FUTURE. 28 72
    #A9127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 29
    #A9128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesGetCheckedInputs.UNCHECKED_EXCEPTION. 29 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

    Severity Rule Message Line Col
    #A9129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.constant. 19
    #A9130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.constant. 19 47
    #A9131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.identity. 20
    #A9132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Functions.identity. 20 47
    #A9133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.propagateIfInstanceOf. 21
    #A9134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.propagateIfInstanceOf. 21 48
    #A9135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 22
    #A9136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 22 50
    #A9137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23
    #A9138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 23 46
    #A9139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.intersection. 24
    #A9140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.intersection. 24 45
    #A9141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25
    #A9142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 25 44
    #A9143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 26
    #A9144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertWithMessage. 26 44
    #A9145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.allAsList. 27
    #A9146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.allAsList. 27 56
    #A9147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catching. 28
    #A9148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catching. 28 56
    #A9149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catchingAsync. 29
    #A9150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.catchingAsync. 29 56
    #A9151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 30
    #A9152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 30 56
    #A9153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 31
    #A9154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 31 56
    #A9155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 32
    #A9156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFailedFuture. 32 56
    #A9157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 33
    #A9158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 33 56
    #A9159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.inCompletionOrder. 34
    #A9160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.inCompletionOrder. 34 56
    #A9161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.lazyTransform. 35
    #A9162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.lazyTransform. 35 56
    #A9163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.nonCancellationPropagating. 36
    #A9164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.nonCancellationPropagating. 36 56
    #A9165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.scheduleAsync. 37
    #A9166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.scheduleAsync. 37 56
    #A9167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submit. 38
    #A9168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submit. 38 56
    #A9169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submitAsync. 39
    #A9170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.submitAsync. 39 56
    #A9171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.successfulAsList. 40
    #A9172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.successfulAsList. 40 56
    #A9173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 41
    #A9174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 41 56
    #A9175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 42
    #A9176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 42 56
    #A9177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllComplete. 43
    #A9178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllComplete. 43 56
    #A9179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllSucceed. 44
    #A9180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.whenAllSucceed. 44 56
    #A9181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 45
    #A9182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 45 62
    #A9183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.clearInterrupt. 46
    #A9184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.clearInterrupt. 46 61
    #A9185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 47
    #A9186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.getDoneFromTimeoutOverload. 47 61
    #A9187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 48
    #A9188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 48 65
    #A9189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 49
    #A9190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 49 65
    #A9191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.testing.TestingExecutors.noOpScheduledExecutor. 50
    #A9192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.testing.TestingExecutors.noOpScheduledExecutor. 50 73
    #A9193 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 51
    #A9194 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 51 31
    #A9195 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. 52
    #A9196 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. 52 45
    #A9197 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadScheduledExecutor. 53
    #A9198 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadScheduledExecutor. 53 45
    #A9199 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 54
    #A9200 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 54 44
    #A9201 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 55
    #A9202 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 55 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesTransformAsyncTest.java

    Severity Rule Message Line Col
    #A9203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 20
    #A9206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transformAsync. 20 56
    #A9207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21
    #A9208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 21 62
    #A9209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 22
    #A9210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 22 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesTransformTest.java

    Severity Rule Message Line Col
    #A9211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 19
    #A9212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 19 56
    #A9213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A9214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

    Severity Rule Message Line Col
    #A9215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19
    #A9216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 19 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/InterruptibleTaskTest.java

    Severity Rule Message Line Col
    #A9217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18
    #A9218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java

    Severity Rule Message Line Col
    #A9219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9221 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20
    #A9222 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20 44
    #A9223 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21
    #A9224 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 21 44
    #A9225 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 22
    #A9226 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 22 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

    Severity Rule Message Line Col
    #A9227 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18
    #A9228 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 18 44
    #A9229 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 19
    #A9230 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java

    Severity Rule Message Line Col
    #A9231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A9232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A9233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20
    #A9234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 20 56
    #A9235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.JdkFutureAdapters.listenInPoolThread. 21
    #A9236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.JdkFutureAdapters.listenInPoolThread. 21 66
    #A9237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A9238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A9239 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23
    #A9240 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newCachedThreadPool. 23 45
    #A9241 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 24
    #A9242 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 24 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTaskTest.java

    Severity Rule Message Line Col
    #A9243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A9244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTester.java

    Severity Rule Message Line Col
    #A9245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20
    #A9248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 20 44
    #A9249 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 21
    #A9250 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 21 37
    #A9251 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 22
    #A9252 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 22 37
    #A9253 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 23
    #A9254 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertTrue. 23 37
    #A9255 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 24
    #A9256 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 24 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ListenerCallQueueTest.java

    Severity Rule Message Line Col
    #A9257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19
    #A9258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

    Severity Rule Message Line Col
    #A9259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 31
    #A9260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.getOnlyElement. 31 50
    #A9261 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 32
    #A9262 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 32 44
    #A9263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 33
    #A9264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 33 62
    #A9265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.invokeAnyImpl. 34
    #A9266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.invokeAnyImpl. 34 62
    #A9267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.listeningDecorator. 35
    #A9268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.listeningDecorator. 35 62
    #A9269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 36
    #A9270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 36 62
    #A9271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.renamingDecorator. 37
    #A9272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.renamingDecorator. 37 62
    #A9273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.shutdownAndAwaitTermination. 38
    #A9274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.shutdownAndAwaitTermination. 38 62
    #A9275 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 39
    #A9276 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 39 44
    #A9277 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 40
    #A9278 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 40 44
    #A9279 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 41
    #A9280 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 41 34
    #A9281 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 42
    #A9282 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.times. 42 34
    #A9283 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 43
    #A9284 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 43 34
    #A9285 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 44
    #A9286 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.when. 44 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

    Severity Rule Message Line Col
    #A9287 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 19
    #A9288 warning AvoidStaticImport Using a static member import should be avoided - java.lang.reflect.Modifier.isStatic. 19 41
    #A9289 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 20
    #A9290 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 20 44
    #A9291 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21
    #A9292 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 21 44
    #A9293 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 22
    #A9294 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 22 44
    #A9295 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 23
    #A9296 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 23 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

    Severity Rule Message Line Col
    #A9297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20
    #A9300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

    Severity Rule Message Line Col
    #A9301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9303 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A9304 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31
    #A9305 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21
    #A9306 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 21 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ServiceTest.java

    Severity Rule Message Line Col
    #A9307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 19
    #A9308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 19 62
    #A9309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 20
    #A9310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 20 62
    #A9311 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 21
    #A9312 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 21 62
    #A9313 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 22
    #A9314 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 22 62
    #A9315 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 23
    #A9316 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 23 62
    #A9317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 24
    #A9318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 24 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SettableFutureTest.java

    Severity Rule Message Line Col
    #A9319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SimpleTimeLimiterTest.java

    Severity Rule Message Line Col
    #A9321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9323 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20
    #A9324 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 20 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/StripedTest.java

    Severity Rule Message Line Col
    #A9325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19
    #A9326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.concat. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SupplementalMonitorTest.java

    Severity Rule Message Line Col
    #A9327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.GeneratedMonitorTest.startThread. 19
    #A9328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.GeneratedMonitorTest.startThread. 19 69
    #A9329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 20
    #A9330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 20 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/TestPlatform.java

    Severity Rule Message Line Col
    #A9331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A9334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A9335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.failureWithCause. 21
    #A9336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.failureWithCause. 21 60
    #A9337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.pseudoTimedGetUninterruptibly. 22
    #A9338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.FuturesTest.pseudoTimedGetUninterruptibly. 22 60
    #A9339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23
    #A9340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23 65
    #A9341 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24
    #A9342 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 24 44
    #A9343 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25
    #A9344 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25 44
    #A9345 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 26
    #A9346 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 26 37
    #A9347 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 27
    #A9348 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 27 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/TestThread.java

    Severity Rule Message Line Col
    #A9349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9351 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20
    #A9352 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertEquals. 20 37
    #A9353 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21
    #A9354 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNotNull. 21 37
    #A9355 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 22
    #A9356 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertNull. 22 37
    #A9357 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 23
    #A9358 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertSame. 23 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java

    Severity Rule Message Line Col
    #A9359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/TrustedListenableFutureTaskTest.java

    Severity Rule Message Line Col
    #A9361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Callables.returning. 20
    #A9364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Callables.returning. 20 58
    #A9365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21
    #A9366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21 56
    #A9367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyThreadWasNotInterrupted. 22
    #A9368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.TestPlatform.verifyThreadWasNotInterrupted. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/UncaughtExceptionHandlersTest.java

    Severity Rule Message Line Col
    #A9369 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19
    #A9370 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.mock. 19 34
    #A9371 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20
    #A9372 warning AvoidStaticImport Using a static member import should be avoided - org.mockito.Mockito.verify. 20 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/UncheckedThrowingFuture.java

    Severity Rule Message Line Col
    #A9373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/UninterruptibleFutureTest.java

    Severity Rule Message Line Col
    #A9375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19
    #A9376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19 65
    #A9377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 20
    #A9378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 20 65
    #A9379 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 21
    #A9380 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 21 44
    #A9381 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A9382 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java

    Severity Rule Message Line Col
    #A9383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19
    #A9384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread. 19 65
    #A9385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20
    #A9386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.awaitUninterruptibly. 20 65
    #A9387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 21
    #A9388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.joinUninterruptibly. 21 65
    #A9389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.putUninterruptibly. 22
    #A9390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.putUninterruptibly. 22 65
    #A9391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.takeUninterruptibly. 23
    #A9392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.takeUninterruptibly. 23 65
    #A9393 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.tryAcquireUninterruptibly. 24
    #A9394 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.tryAcquireUninterruptibly. 24 65
    #A9395 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 25
    #A9396 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 25 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java

    Severity Rule Message Line Col
    #A9397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44
    #A9399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20
    #A9400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService. 20 62
    #A9401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 21
    #A9402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Runnables.doNothing. 21 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/WrappingScheduledExecutorServiceTest.java

    Severity Rule Message Line Col
    #A9403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19
    #A9404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.truth.Truth.assertThat. 19 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/xml/XmlEscapersTest.java

    Severity Rule Message Line Col
    #A9405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19
    #A9406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertEscaping. 19 62
    #A9407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20
    #A9408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.escape.testing.EscaperAsserts.assertUnescaped. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Absent.java

    Severity Rule Message Line Col
    #A9409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/AbstractIterator.java

    Severity Rule Message Line Col
    #A9411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17
    #A9412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Ascii.java

    Severity Rule Message Line Col
    #A9413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/CaseFormat.java

    Severity Rule Message Line Col
    #A9417 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9418 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/CharMatcher.java

    Severity Rule Message Line Col
    #A9419 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9420 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A9424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Converter.java

    Severity Rule Message Line Col
    #A9425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Defaults.java

    Severity Rule Message Line Col
    #A9427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Enums.java

    Severity Rule Message Line Col
    #A9429 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9430 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Equivalence.java

    Severity Rule Message Line Col
    #A9431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/FunctionalEquivalence.java

    Severity Rule Message Line Col
    #A9433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Functions.java

    Severity Rule Message Line Col
    #A9435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Joiner.java

    Severity Rule Message Line Col
    #A9439 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9440 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/MoreObjects.java

    Severity Rule Message Line Col
    #A9441 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9442 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Optional.java

    Severity Rule Message Line Col
    #A9443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Platform.java

    Severity Rule Message Line Col
    #A9445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A9446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45
    #A9447 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18
    #A9448 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18 32

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Preconditions.java

    Severity Rule Message Line Col
    #A9449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A9450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Predicates.java

    Severity Rule Message Line Col
    #A9451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Present.java

    Severity Rule Message Line Col
    #A9453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Splitter.java

    Severity Rule Message Line Col
    #A9455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Stopwatch.java

    Severity Rule Message Line Col
    #A9459 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9460 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A9461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A9462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A9463 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 19
    #A9464 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.DAYS. 19 44
    #A9465 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.HOURS. 20
    #A9466 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.HOURS. 20 44
    #A9467 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 21
    #A9468 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 21 44
    #A9469 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 22
    #A9470 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 22 44
    #A9471 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 23
    #A9472 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MINUTES. 23 44
    #A9473 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24
    #A9474 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24 44
    #A9475 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25
    #A9476 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 25 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Strings.java

    Severity Rule Message Line Col
    #A9477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9481 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 19
    #A9482 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 19 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Suppliers.java

    Severity Rule Message Line Col
    #A9483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9485 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9486 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Throwables.java

    Severity Rule Message Line Col
    #A9487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A9489 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 18
    #A9490 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 18 31
    #A9491 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 19
    #A9492 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 19 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Utf8.java

    Severity Rule Message Line Col
    #A9493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17
    #A9494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17 51
    #A9495 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_SURROGATE. 18
    #A9496 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MAX_SURROGATE. 18 34
    #A9497 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SURROGATE. 19
    #A9498 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Character.MIN_SURROGATE. 19 34

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/base/Verify.java

    Severity Rule Message Line Col
    #A9499 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A9500 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/CacheBuilder.java

    Severity Rule Message Line Col
    #A9501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A9506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/CacheBuilderSpec.java

    Severity Rule Message Line Col
    #A9507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/CacheLoader.java

    Severity Rule Message Line Col
    #A9509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/CacheStats.java

    Severity Rule Message Line Col
    #A9511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedAdd. 18
    #A9514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedAdd. 18 46
    #A9515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedSubtract. 19
    #A9516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.LongMath.saturatedSubtract. 19 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/LocalCache.java

    Severity Rule Message Line Col
    #A9517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A9519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A9520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A9521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19
    #A9522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.NULL_TICKER. 19 51
    #A9523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.UNSET_INT. 20
    #A9524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.cache.CacheBuilder.UNSET_INT. 20 51
    #A9525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 21
    #A9526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.transform. 21 56
    #A9527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A9528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A9529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23
    #A9530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 23 65
    #A9531 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24
    #A9532 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 24 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/RemovalListeners.java

    Severity Rule Message Line Col
    #A9533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/cache/RemovalNotification.java

    Severity Rule Message Line Col
    #A9535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractBiMap.java

    Severity Rule Message Line Col
    #A9537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A9540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A9541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A9542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractIndexedListIterator.java

    Severity Rule Message Line Col
    #A9543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A9544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractIterator.java

    Severity Rule Message Line Col
    #A9545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A9546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractMapBasedMultimap.java

    Severity Rule Message Line Col
    #A9547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A9552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractMapBasedMultiset.java

    Severity Rule Message Line Col
    #A9553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A9558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A9559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A9560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractMultimap.java

    Severity Rule Message Line Col
    #A9561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractMultiset.java

    Severity Rule Message Line Col
    #A9563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Multisets.setCountImpl. 19
    #A9564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Multisets.setCountImpl. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/AbstractSortedMultiset.java

    Severity Rule Message Line Col
    #A9565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ArrayListMultimap.java

    Severity Rule Message Line Col
    #A9567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A9568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ArrayTable.java

    Severity Rule Message Line Col
    #A9569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20
    #A9572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20 51
    #A9573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A9574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ByFunctionOrdering.java

    Severity Rule Message Line Col
    #A9575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/CartesianList.java

    Severity Rule Message Line Col
    #A9577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 17
    #A9578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/CollectCollectors.java

    Severity Rule Message Line Col
    #A9579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/CollectPreconditions.java

    Severity Rule Message Line Col
    #A9581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A9582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/CollectSpliterators.java

    Severity Rule Message Line Col
    #A9583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Collections2.java

    Severity Rule Message Line Col
    #A9587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A9592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/CompactHashMap.java

    Severity Rule Message Line Col
    #A9593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20
    #A9596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20 61
    #A9597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 21
    #A9598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 21 55
    #A9599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 22
    #A9600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 22 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/CompactHashSet.java

    Severity Rule Message Line Col
    #A9601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20
    #A9604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20 61
    #A9605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 21
    #A9606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CompactHashing.UNSET. 21 55
    #A9607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 22
    #A9608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 22 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ComparatorOrdering.java

    Severity Rule Message Line Col
    #A9609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Comparators.java

    Severity Rule Message Line Col
    #A9611 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9612 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9613 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9614 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ConcurrentHashMultiset.java

    Severity Rule Message Line Col
    #A9615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A9620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A9621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A9622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ConsumingQueueIterator.java

    Severity Rule Message Line Col
    #A9623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ContiguousSet.java

    Severity Rule Message Line Col
    #A9625 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9626 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Cut.java

    Severity Rule Message Line Col
    #A9629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/DiscreteDomain.java

    Severity Rule Message Line Col
    #A9631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/EnumBiMap.java

    Severity Rule Message Line Col
    #A9635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/EnumHashBiMap.java

    Severity Rule Message Line Col
    #A9639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/EnumMultiset.java

    Severity Rule Message Line Col
    #A9641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A9646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61
    #A9647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20
    #A9648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/EvictingQueue.java

    Severity Rule Message Line Col
    #A9649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/FilteredEntryMultimap.java

    Severity Rule Message Line Col
    #A9653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 20
    #A9656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 20 48
    #A9657 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 21
    #A9658 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 21 48
    #A9659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22
    #A9660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/FilteredKeyMultimap.java

    Severity Rule Message Line Col
    #A9661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A9663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 18
    #A9664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/FilteredMultimapValues.java

    Severity Rule Message Line Col
    #A9665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/FluentIterable.java

    Severity Rule Message Line Col
    #A9667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ForwardingNavigableMap.java

    Severity Rule Message Line Col
    #A9669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19
    #A9670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 19 61
    #A9671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 20
    #A9672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ForwardingSet.java

    Severity Rule Message Line Col
    #A9673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ForwardingSortedMap.java

    Severity Rule Message Line Col
    #A9675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/GeneralRange.java

    Severity Rule Message Line Col
    #A9677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A9682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A9683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A9684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/GwtTransient.java

    Severity Rule Message Line Col
    #A9685 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 19
    #A9686 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 19 47
    #A9687 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 20
    #A9688 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/HashBasedTable.java

    Severity Rule Message Line Col
    #A9689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A9690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/HashBiMap.java

    Severity Rule Message Line Col
    #A9691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19
    #A9696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 19 61
    #A9697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20
    #A9698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 20 61
    #A9699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21
    #A9700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Hashing.smearedHash. 21 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableBiMap.java

    Severity Rule Message Line Col
    #A9701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A9702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A9703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableClassToInstanceMap.java

    Severity Rule Message Line Col
    #A9705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableCollection.java

    Severity Rule Message Line Col
    #A9707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableEnumMap.java

    Severity Rule Message Line Col
    #A9709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableList.java

    Severity Rule Message Line Col
    #A9711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20
    #A9714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20 51
    #A9715 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A9716 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A9717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 22
    #A9718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 22 51
    #A9719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 23
    #A9720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 23 61
    #A9721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 24
    #A9722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 24 53
    #A9723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableList.EMPTY. 25
    #A9724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableList.EMPTY. 25 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableListMultimap.java

    Severity Rule Message Line Col
    #A9725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableMap.java

    Severity Rule Message Line Col
    #A9727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9729 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A9730 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A9731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A9732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A9733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22
    #A9734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableMapEntry.java

    Severity Rule Message Line Col
    #A9735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 19
    #A9736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 19 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableMapKeySet.java

    Severity Rule Message Line Col
    #A9737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableMapValues.java

    Severity Rule Message Line Col
    #A9739 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9740 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableMultimap.java

    Severity Rule Message Line Col
    #A9741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 20
    #A9744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableMultiset.java

    Severity Rule Message Line Col
    #A9745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableRangeMap.java

    Severity Rule Message Line Col
    #A9747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A9750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A9751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableRangeSet.java

    Severity Rule Message Line Col
    #A9753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A9756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A9757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER. 20
    #A9760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER. 20 70
    #A9761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER. 21
    #A9762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER. 21 70
    #A9763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT. 22
    #A9764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT. 22 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableSet.java

    Severity Rule Message Line Col
    #A9765 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9766 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A9770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableSetMultimap.java

    Severity Rule Message Line Col
    #A9771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableSortedMap.java

    Severity Rule Message Line Col
    #A9773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A9778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A9779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 22
    #A9780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.keyOrNull. 22 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableSortedMultiset.java

    Severity Rule Message Line Col
    #A9781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableSortedSet.java

    Severity Rule Message Line Col
    #A9785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 21
    #A9790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ObjectArrays.checkElementsNotNull. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ImmutableTable.java

    Severity Rule Message Line Col
    #A9791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/IndexedImmutableSet.java

    Severity Rule Message Line Col
    #A9793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Interners.java

    Severity Rule Message Line Col
    #A9795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Iterables.java

    Severity Rule Message Line Col
    #A9797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A9802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Iterators.java

    Severity Rule Message Line Col
    #A9803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A9808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A9809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22
    #A9810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22 48
    #A9811 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23
    #A9812 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/JdkBackedImmutableMap.java

    Severity Rule Message Line Col
    #A9813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9815 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableMap.makeImmutable. 20
    #A9816 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableMap.makeImmutable. 20 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/JdkBackedImmutableMultiset.java

    Severity Rule Message Line Col
    #A9817 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9818 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/LinkedHashMultimap.java

    Severity Rule Message Line Col
    #A9819 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9820 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9821 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9822 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61
    #A9823 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A9824 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/LinkedListMultimap.java

    Severity Rule Message Line Col
    #A9825 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9826 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20
    #A9828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20 51
    #A9829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A9830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A9831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A9832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61
    #A9833 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 23
    #A9834 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Lists.java

    Severity Rule Message Line Col
    #A9835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20
    #A9838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 20 51
    #A9839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A9840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A9841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 22
    #A9842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 22 51
    #A9843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 23
    #A9844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 23 51
    #A9845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24
    #A9846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24 51
    #A9847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 25
    #A9848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 25 61
    #A9849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 26
    #A9850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 26 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/MapMaker.java

    Severity Rule Message Line Col
    #A9851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A9855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A9856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/MapMakerInternalMap.java

    Severity Rule Message Line Col
    #A9857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A9859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 18
    #A9860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 18 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Maps.java

    Severity Rule Message Line Col
    #A9861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21
    #A9866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21 48
    #A9867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 22
    #A9868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 22 61
    #A9869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 23
    #A9870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/MinMaxPriorityQueue.java

    Severity Rule Message Line Col
    #A9871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 21
    #A9876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 21 51
    #A9877 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22
    #A9878 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22 51
    #A9879 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23
    #A9880 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/MoreCollectors.java

    Severity Rule Message Line Col
    #A9881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Multimap.java

    Severity Rule Message Line Col
    #A9883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/MultimapBuilder.java

    Severity Rule Message Line Col
    #A9885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Multimaps.java

    Severity Rule Message Line Col
    #A9889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61
    #A9893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21
    #A9894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Multiset.java

    Severity Rule Message Line Col
    #A9895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Multisets.java

    Severity Rule Message Line Col
    #A9897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A9902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61
    #A9903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22
    #A9904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 22 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/MutableClassToInstanceMap.java

    Severity Rule Message Line Col
    #A9905 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9906 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/NaturalOrdering.java

    Severity Rule Message Line Col
    #A9907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ObjectArrays.java

    Severity Rule Message Line Col
    #A9909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A9910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Ordering.java

    Severity Rule Message Line Col
    #A9911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20
    #A9914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Platform.java

    Severity Rule Message Line Col
    #A9915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 19
    #A9916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 19 45
    #A9917 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 20
    #A9918 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 20 32

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Range.java

    Severity Rule Message Line Col
    #A9919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularContiguousSet.java

    Severity Rule Message Line Col
    #A9921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A9924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A9925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 20
    #A9928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularImmutableBiMap.java

    Severity Rule Message Line Col
    #A9929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20
    #A9932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20 51
    #A9933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A9934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A9935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableMapEntry.createEntryArray. 22
    #A9936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableMapEntry.createEntryArray. 22 58
    #A9937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableMap.checkNoConflictInKeyBucket. 23
    #A9938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.RegularImmutableMap.checkNoConflictInKeyBucket. 23 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularImmutableMap.java

    Severity Rule Message Line Col
    #A9939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20
    #A9942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 20 51
    #A9943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21
    #A9944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 21 61
    #A9945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableMapEntry.createEntryArray. 22
    #A9946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.ImmutableMapEntry.createEntryArray. 22 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularImmutableMultiset.java

    Severity Rule Message Line Col
    #A9947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularImmutableSortedMultiset.java

    Severity Rule Message Line Col
    #A9949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A9951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A9952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51
    #A9953 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A9954 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularImmutableSortedSet.java

    Severity Rule Message Line Col
    #A9955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/RegularImmutableTable.java

    Severity Rule Message Line Col
    #A9957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A9958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A9959 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A9960 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ReverseNaturalOrdering.java

    Severity Rule Message Line Col
    #A9961 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9962 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/ReverseOrdering.java

    Severity Rule Message Line Col
    #A9963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Sets.java

    Severity Rule Message Line Col
    #A9965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A9966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A9967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A9968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A9969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21
    #A9970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 21 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/SingletonImmutableBiMap.java

    Severity Rule Message Line Col
    #A9971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 20
    #A9974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkEntryNotNull. 20 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/SingletonImmutableList.java

    Severity Rule Message Line Col
    #A9975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/SingletonImmutableTable.java

    Severity Rule Message Line Col
    #A9977 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9978 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/SortedIterables.java

    Severity Rule Message Line Col
    #A9979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/SortedLists.java

    Severity Rule Message Line Col
    #A9981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A9982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/SortedMultisets.java

    Severity Rule Message Line Col
    #A9983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19
    #A9984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. 19 50
    #A9985 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20
    #A9986 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. 20 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/StandardRowSortedTable.java

    Severity Rule Message Line Col
    #A9987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/StandardTable.java

    Severity Rule Message Line Col
    #A9989 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A9990 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A9991 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.alwaysTrue. 20
    #A9992 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.alwaysTrue. 20 48
    #A9993 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 21
    #A9994 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 21 48
    #A9995 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22
    #A9996 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22 48
    #A9997 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23
    #A9998 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23 48
    #A9999 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeContainsKey. 24
    #A10000 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeContainsKey. 24 45
    #A10001 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeGet. 25
    #A10002 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.safeGet. 25 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Streams.java

    Severity Rule Message Line Col
    #A10003 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10004 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10005 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A10006 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Synchronized.java

    Severity Rule Message Line Col
    #A10007 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10008 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/Tables.java

    Severity Rule Message Line Col
    #A10009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10011 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10012 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TopKSelector.java

    Severity Rule Message Line Col
    #A10013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10015 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10016 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TransformedIterator.java

    Severity Rule Message Line Col
    #A10017 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10018 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TreeBasedTable.java

    Severity Rule Message Line Col
    #A10019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10021 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10022 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TreeMultimap.java

    Severity Rule Message Line Col
    #A10023 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10024 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TreeMultiset.java

    Severity Rule Message Line Col
    #A10025 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10026 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10027 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10028 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10029 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A10030 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A10031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22
    #A10032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkNonnegative. 22 61
    #A10033 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23
    #A10034 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.CollectPreconditions.checkRemove. 23 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TreeRangeMap.java

    Severity Rule Message Line Col
    #A10035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10037 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10038 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10039 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21
    #A10040 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.compose. 21 48
    #A10041 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22
    #A10042 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 22 48
    #A10043 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23
    #A10044 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TreeRangeSet.java

    Severity Rule Message Line Col
    #A10045 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10046 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10047 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10048 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/collect/TreeTraverser.java

    Severity Rule Message Line Col
    #A10049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/ArrayBasedCharEscaper.java

    Severity Rule Message Line Col
    #A10051 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10052 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/ArrayBasedEscaperMap.java

    Severity Rule Message Line Col
    #A10053 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10054 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java

    Severity Rule Message Line Col
    #A10055 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10056 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/CharEscaper.java

    Severity Rule Message Line Col
    #A10057 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10058 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/CharEscaperBuilder.java

    Severity Rule Message Line Col
    #A10059 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10060 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/Escapers.java

    Severity Rule Message Line Col
    #A10061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/escape/UnicodeEscaper.java

    Severity Rule Message Line Col
    #A10063 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10064 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/eventbus/DeadEvent.java

    Severity Rule Message Line Col
    #A10065 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10066 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/eventbus/Dispatcher.java

    Severity Rule Message Line Col
    #A10067 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10068 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/eventbus/EventBus.java

    Severity Rule Message Line Col
    #A10069 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10070 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/eventbus/Subscriber.java

    Severity Rule Message Line Col
    #A10071 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10072 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java

    Severity Rule Message Line Col
    #A10073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/eventbus/SubscriberRegistry.java

    Severity Rule Message Line Col
    #A10075 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10076 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10077 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10078 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/AbstractBaseGraph.java

    Severity Rule Message Line Col
    #A10079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10083 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A10084 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A10085 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 22
    #A10086 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 22 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/AbstractDirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A10087 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10088 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10089 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A10090 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A10091 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21
    #A10092 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21 45
    #A10093 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 22
    #A10094 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 22 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/AbstractNetwork.java

    Severity Rule Message Line Col
    #A10095 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10096 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10097 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10098 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10099 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 21
    #A10100 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.ENDPOINTS_MISMATCH. 21 53
    #A10101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.MULTIPLE_EDGES_CONNECTING. 22
    #A10102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.MULTIPLE_EDGES_CONNECTING. 22 53
    #A10103 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableSet. 23
    #A10104 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableSet. 23 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/AbstractUndirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A10105 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10106 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10107 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A10108 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ConfigurableMutableNetwork.java

    Severity Rule Message Line Col
    #A10109 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10110 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10113 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A10114 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A10115 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.PARALLEL_EDGES_NOT_ALLOWED. 22
    #A10116 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.PARALLEL_EDGES_NOT_ALLOWED. 22 53
    #A10117 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.REUSING_EDGE. 23
    #A10118 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.REUSING_EDGE. 23 53
    #A10119 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 24
    #A10120 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 24 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ConfigurableMutableValueGraph.java

    Severity Rule Message Line Col
    #A10121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10123 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10124 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10125 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A10126 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A10127 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 22
    #A10128 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.SELF_LOOPS_NOT_ALLOWED. 22 53
    #A10129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 23
    #A10130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 23 45
    #A10131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 24
    #A10132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 24 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ConfigurableNetwork.java

    Severity Rule Message Line Col
    #A10133 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10134 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10137 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_EDGE_COUNT. 21
    #A10138 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_EDGE_COUNT. 21 53
    #A10139 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 22
    #A10140 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 22 53
    #A10141 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EDGE_NOT_IN_GRAPH. 23
    #A10142 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EDGE_NOT_IN_GRAPH. 23 53
    #A10143 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 24
    #A10144 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 24 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ConfigurableValueGraph.java

    Severity Rule Message Line Col
    #A10145 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10146 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 20
    #A10148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.DEFAULT_NODE_COUNT. 20 53
    #A10149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21
    #A10150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/DirectedGraphConnections.java

    Severity Rule Message Line Col
    #A10151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10155 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21
    #A10156 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 21 51
    #A10157 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 22
    #A10158 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 22 53
    #A10159 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 23
    #A10160 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 23 53
    #A10161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 24
    #A10162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 24 45
    #A10163 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 25
    #A10164 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkPositive. 25 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/DirectedMultiNetworkConnections.java

    Severity Rule Message Line Col
    #A10165 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10166 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20
    #A10168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20 53
    #A10169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21
    #A10170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/DirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A10171 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19
    #A10172 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/EdgesConnecting.java

    Severity Rule Message Line Col
    #A10173 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10174 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ElementOrder.java

    Severity Rule Message Line Col
    #A10175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10177 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A10178 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/EndpointPair.java

    Severity Rule Message Line Col
    #A10179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10181 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NOT_AVAILABLE_ON_UNDIRECTED. 20
    #A10182 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NOT_AVAILABLE_ON_UNDIRECTED. 20 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/EndpointPairIterator.java

    Severity Rule Message Line Col
    #A10183 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10184 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/GraphBuilder.java

    Severity Rule Message Line Col
    #A10185 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10186 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10187 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10188 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51
    #A10189 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21
    #A10190 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 21 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/Graphs.java

    Severity Rule Message Line Col
    #A10191 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10192 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 20
    #A10194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.NODE_NOT_IN_GRAPH. 20 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ImmutableGraph.java

    Severity Rule Message Line Col
    #A10195 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10196 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ImmutableNetwork.java

    Severity Rule Message Line Col
    #A10197 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10198 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ImmutableValueGraph.java

    Severity Rule Message Line Col
    #A10199 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10200 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/MapIteratorCache.java

    Severity Rule Message Line Col
    #A10201 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10202 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/MultiEdgesConnecting.java

    Severity Rule Message Line Col
    #A10203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/NetworkBuilder.java

    Severity Rule Message Line Col
    #A10205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20
    #A10208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/Traverser.java

    Severity Rule Message Line Col
    #A10209 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19
    #A10210 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 19 51
    #A10211 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20
    #A10212 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/UndirectedGraphConnections.java

    Severity Rule Message Line Col
    #A10213 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10214 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10215 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20
    #A10216 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20 53
    #A10217 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21
    #A10218 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/UndirectedMultiNetworkConnections.java

    Severity Rule Message Line Col
    #A10219 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10220 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10221 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20
    #A10222 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_CAPACITY. 20 53
    #A10223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21
    #A10224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.INNER_LOAD_FACTOR. 21 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/UndirectedNetworkConnections.java

    Severity Rule Message Line Col
    #A10225 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19
    #A10226 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.GraphConstants.EXPECTED_DEGREE. 19 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ValueGraphBuilder.java

    Severity Rule Message Line Col
    #A10227 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10228 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10229 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20
    #A10230 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.graph.Graphs.checkNonNegative. 20 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/AbstractByteHasher.java

    Severity Rule Message Line Col
    #A10231 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10232 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A10234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/AbstractCompositeHashFunction.java

    Severity Rule Message Line Col
    #A10235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10237 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10238 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/AbstractHashFunction.java

    Severity Rule Message Line Col
    #A10239 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10240 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10241 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A10242 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/AbstractStreamingHasher.java

    Severity Rule Message Line Col
    #A10243 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10244 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/BloomFilter.java

    Severity Rule Message Line Col
    #A10245 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10246 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10247 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10248 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/BloomFilterStrategies.java

    Severity Rule Message Line Col
    #A10249 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10250 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/ChecksumHashFunction.java

    Severity Rule Message Line Col
    #A10251 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10252 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10253 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10254 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/FarmHashFingerprint64.java

    Severity Rule Message Line Col
    #A10255 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17
    #A10256 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 17 51
    #A10257 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load32. 18
    #A10258 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load32. 18 59
    #A10259 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load64. 19
    #A10260 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.hash.LittleEndianByteArray.load64. 19 59
    #A10261 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.rotateRight. 20
    #A10262 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Long.rotateRight. 20 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/HashCode.java

    Severity Rule Message Line Col
    #A10263 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10264 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10265 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10266 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10267 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10268 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/Hashing.java

    Severity Rule Message Line Col
    #A10269 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10270 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10271 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10272 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/HashingInputStream.java

    Severity Rule Message Line Col
    #A10273 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10274 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/HashingOutputStream.java

    Severity Rule Message Line Col
    #A10275 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10276 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/MacHashFunction.java

    Severity Rule Message Line Col
    #A10277 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10278 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10279 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A10280 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/MessageDigestHashFunction.java

    Severity Rule Message Line Col
    #A10281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10283 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10284 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10285 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10286 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/Murmur3_128HashFunction.java

    Severity Rule Message Line Col
    #A10287 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 28
    #A10288 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 28 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/Murmur3_32HashFunction.java

    Severity Rule Message Line Col
    #A10289 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 28
    #A10290 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 28 51
    #A10291 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 29
    #A10292 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 29 51
    #A10293 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 30
    #A10294 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedBytes.toInt. 30 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/hash/SipHashFunction.java

    Severity Rule Message Line Col
    #A10295 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 22
    #A10296 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 22 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/AppendableWriter.java

    Severity Rule Message Line Col
    #A10297 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10298 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/BaseEncoding.java

    Severity Rule Message Line Col
    #A10299 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10300 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10303 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10304 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51
    #A10305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20
    #A10306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 20 51
    #A10307 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.divide. 21
    #A10308 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.divide. 21 45
    #A10309 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.log2. 22
    #A10310 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.IntMath.log2. 22 45
    #A10311 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 23
    #A10312 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 23 37
    #A10313 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 24
    #A10314 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 24 37
    #A10315 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 25
    #A10316 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.UNNECESSARY. 25 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/ByteSink.java

    Severity Rule Message Line Col
    #A10317 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10318 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/ByteSource.java

    Severity Rule Message Line Col
    #A10319 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10320 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10321 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10322 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10323 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.createBuffer. 19
    #A10324 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.createBuffer. 19 47
    #A10325 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.skipUpTo. 20
    #A10326 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.ByteStreams.skipUpTo. 20 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/ByteStreams.java

    Severity Rule Message Line Col
    #A10327 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10328 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10329 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10330 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10331 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19
    #A10332 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndex. 19 51
    #A10333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/CharSequenceReader.java

    Severity Rule Message Line Col
    #A10335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10337 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10338 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10339 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10340 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/CharSink.java

    Severity Rule Message Line Col
    #A10341 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10342 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/CharSource.java

    Severity Rule Message Line Col
    #A10343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/CharStreams.java

    Severity Rule Message Line Col
    #A10345 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10346 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18
    #A10348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/Closer.java

    Severity Rule Message Line Col
    #A10349 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10350 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/CountingInputStream.java

    Severity Rule Message Line Col
    #A10351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/CountingOutputStream.java

    Severity Rule Message Line Col
    #A10353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/Files.java

    Severity Rule Message Line Col
    #A10355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.FileWriteMode.APPEND. 19
    #A10360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.FileWriteMode.APPEND. 19 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/LineReader.java

    Severity Rule Message Line Col
    #A10361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.CharStreams.createBuffer. 18
    #A10364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.CharStreams.createBuffer. 18 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/MoreFiles.java

    Severity Rule Message Line Col
    #A10365 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10366 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10367 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.LinkOption.NOFOLLOW_LINKS. 20
    #A10368 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.LinkOption.NOFOLLOW_LINKS. 20 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/MultiInputStream.java

    Severity Rule Message Line Col
    #A10369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/ReaderInputStream.java

    Severity Rule Message Line Col
    #A10371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/io/Resources.java

    Severity Rule Message Line Col
    #A10377 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10378 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10379 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10380 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/BigIntegerMath.java

    Severity Rule Message Line Col
    #A10381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10383 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10384 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10385 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 19
    #A10386 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 19 55
    #A10387 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 20
    #A10388 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 20 55
    #A10389 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 21
    #A10390 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 21 55
    #A10391 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22
    #A10392 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.CEILING. 22 37
    #A10393 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23
    #A10394 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.FLOOR. 23 37
    #A10395 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 24
    #A10396 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 24 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/DoubleMath.java

    Severity Rule Message Line Col
    #A10397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10399 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.IMPLICIT_BIT. 18
    #A10400 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.IMPLICIT_BIT. 18 49
    #A10401 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.SIGNIFICAND_BITS. 19
    #A10402 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.SIGNIFICAND_BITS. 19 49
    #A10403 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.getSignificand. 20
    #A10404 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.getSignificand. 20 49
    #A10405 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 21
    #A10406 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 21 49
    #A10407 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isNormal. 22
    #A10408 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isNormal. 22 49
    #A10409 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.scaleNormalize. 23
    #A10410 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.scaleNormalize. 23 49
    #A10411 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkInRangeForRoundingInputs. 24
    #A10412 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkInRangeForRoundingInputs. 24 55
    #A10413 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 25
    #A10414 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 25 55
    #A10415 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 26
    #A10416 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 26 55
    #A10417 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 27
    #A10418 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 27 29
    #A10419 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.copySign. 28
    #A10420 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.copySign. 28 29
    #A10421 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 29
    #A10422 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 29 29
    #A10423 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.log. 30
    #A10424 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.log. 30 29
    #A10425 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.rint. 31
    #A10426 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.rint. 31 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/DoubleUtils.java

    Severity Rule Message Line Col
    #A10427 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10428 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10429 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MAX_EXPONENT. 18
    #A10430 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MAX_EXPONENT. 18 31
    #A10431 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MIN_EXPONENT. 19
    #A10432 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.MIN_EXPONENT. 19 31
    #A10433 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20
    #A10434 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20 31
    #A10435 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 21
    #A10436 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 21 31
    #A10437 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22
    #A10438 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22 31
    #A10439 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 23
    #A10440 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 23 31
    #A10441 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 24
    #A10442 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.getExponent. 24 29

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/IntMath.java

    Severity Rule Message Line Col
    #A10443 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10444 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19
    #A10448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19 55
    #A10449 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20
    #A10450 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20 55
    #A10451 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21
    #A10452 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21 55
    #A10453 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22
    #A10454 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22 55
    #A10455 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23
    #A10456 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23 29
    #A10457 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24
    #A10458 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24 29
    #A10459 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25
    #A10460 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25 37
    #A10461 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26
    #A10462 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/LinearTransformation.java

    Severity Rule Message Line Col
    #A10463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 18
    #A10466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.isFinite. 18 49
    #A10467 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19
    #A10468 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/LongMath.java

    Severity Rule Message Line Col
    #A10469 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10470 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10471 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10472 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10473 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19
    #A10474 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNoOverflow. 19 55
    #A10475 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20
    #A10476 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkNonNegative. 20 55
    #A10477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21
    #A10478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkPositive. 21 55
    #A10479 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22
    #A10480 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.MathPreconditions.checkRoundingUnnecessary. 22 55
    #A10481 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23
    #A10482 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.abs. 23 29
    #A10483 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24
    #A10484 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 24 29
    #A10485 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25
    #A10486 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_EVEN. 25 37
    #A10487 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26
    #A10488 warning AvoidStaticImport Using a static member import should be avoided - java.math.RoundingMode.HALF_UP. 26 37

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/PairedStats.java

    Severity Rule Message Line Col
    #A10489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10491 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10492 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10493 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10494 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10495 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20
    #A10496 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20 31
    #A10497 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 21
    #A10498 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 21 31
    #A10499 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22
    #A10500 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/PairedStatsAccumulator.java

    Severity Rule Message Line Col
    #A10501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17
    #A10502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17 51
    #A10503 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 18
    #A10504 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 18 51
    #A10505 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19
    #A10506 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19 31
    #A10507 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 20
    #A10508 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/Quantiles.java

    Severity Rule Message Line Col
    #A10509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10511 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 18
    #A10512 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 18 31
    #A10513 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19
    #A10514 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 19 31
    #A10515 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20
    #A10516 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 20 31
    #A10517 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.sort. 21
    #A10518 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.sort. 21 31
    #A10519 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableMap. 22
    #A10520 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableMap. 22 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/Stats.java

    Severity Rule Message Line Col
    #A10521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 20
    #A10528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 20 49
    #A10529 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsAccumulator.calculateNewMeanNonFinite. 21
    #A10530 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.StatsAccumulator.calculateNewMeanNonFinite. 21 54
    #A10531 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 22
    #A10532 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 22 51
    #A10533 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 23
    #A10534 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 23 31
    #A10535 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 24
    #A10536 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToLongBits. 24 31
    #A10537 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 25
    #A10538 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/StatsAccumulator.java

    Severity Rule Message Line Col
    #A10539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17
    #A10540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 17 51
    #A10541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 18
    #A10542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.math.DoubleUtils.ensureNonNegative. 18 49
    #A10543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 19
    #A10544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.Doubles.isFinite. 19 51
    #A10545 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20
    #A10546 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NaN. 20 31
    #A10547 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 21
    #A10548 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.isNaN. 21 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/net/HostAndPort.java

    Severity Rule Message Line Col
    #A10549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/net/InetAddresses.java

    Severity Rule Message Line Col
    #A10555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/net/InternetDomainName.java

    Severity Rule Message Line Col
    #A10559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10563 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10564 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/net/MediaType.java

    Severity Rule Message Line Col
    #A10565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.ascii. 17
    #A10566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.ascii. 17 49
    #A10567 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.javaIsoControl. 18
    #A10568 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.CharMatcher.javaIsoControl. 18 49
    #A10569 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19
    #A10570 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Charsets.UTF_8. 19 46
    #A10571 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20
    #A10572 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 20 51
    #A10573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21
    #A10574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 21 51
    #A10575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22
    #A10576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 22 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/net/PercentEscaper.java

    Severity Rule Message Line Col
    #A10577 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10578 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Booleans.java

    Severity Rule Message Line Col
    #A10579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Bytes.java

    Severity Rule Message Line Col
    #A10587 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10588 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Chars.java

    Severity Rule Message Line Col
    #A10595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10601 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10602 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Doubles.java

    Severity Rule Message Line Col
    #A10603 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10604 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10605 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10606 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10607 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10608 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10609 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10610 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51
    #A10611 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21
    #A10612 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.NEGATIVE_INFINITY. 21 31
    #A10613 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 22
    #A10614 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.POSITIVE_INFINITY. 22 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Floats.java

    Severity Rule Message Line Col
    #A10615 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10616 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10617 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10618 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10621 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10622 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51
    #A10623 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NEGATIVE_INFINITY. 21
    #A10624 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.NEGATIVE_INFINITY. 21 30
    #A10625 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.POSITIVE_INFINITY. 22
    #A10626 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Float.POSITIVE_INFINITY. 22 30

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/ImmutableDoubleArray.java

    Severity Rule Message Line Col
    #A10627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10629 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10630 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/ImmutableIntArray.java

    Severity Rule Message Line Col
    #A10631 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10632 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10633 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10634 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/ImmutableLongArray.java

    Severity Rule Message Line Col
    #A10635 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10636 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10637 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10638 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Ints.java

    Severity Rule Message Line Col
    #A10639 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10640 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10641 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10642 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Longs.java

    Severity Rule Message Line Col
    #A10647 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10648 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10651 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10652 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10653 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10654 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Platform.java

    Severity Rule Message Line Col
    #A10655 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17
    #A10656 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Strings.lenientFormat. 17 45
    #A10657 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18
    #A10658 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Boolean.parseBoolean. 18 32

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Primitives.java

    Severity Rule Message Line Col
    #A10659 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10660 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/Shorts.java

    Severity Rule Message Line Col
    #A10661 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10662 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10663 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18
    #A10664 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkElementIndex. 18 51
    #A10665 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10666 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51
    #A10667 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20
    #A10668 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 20 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/SignedBytes.java

    Severity Rule Message Line Col
    #A10669 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10670 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10671 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10672 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/UnsignedBytes.java

    Severity Rule Message Line Col
    #A10675 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10676 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10677 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10678 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10679 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10680 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/UnsignedInteger.java

    Severity Rule Message Line Col
    #A10681 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10682 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.INT_MASK. 19
    #A10686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.INT_MASK. 19 56
    #A10687 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.compare. 20
    #A10688 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.compare. 20 56
    #A10689 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.toLong. 21
    #A10690 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.primitives.UnsignedInts.toLong. 21 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/UnsignedInts.java

    Severity Rule Message Line Col
    #A10691 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10692 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10693 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10694 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10695 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10696 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/UnsignedLong.java

    Severity Rule Message Line Col
    #A10697 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10698 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/primitives/UnsignedLongs.java

    Severity Rule Message Line Col
    #A10701 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10702 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19
    #A10706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkPositionIndexes. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/ClassPath.java

    Severity Rule Message Line Col
    #A10707 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10708 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19
    #A10712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH. 19 60
    #A10713 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20
    #A10714 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.StandardSystemProperty.PATH_SEPARATOR. 20 60
    #A10715 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 21
    #A10716 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.WARNING. 21 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/Element.java

    Severity Rule Message Line Col
    #A10717 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10718 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/Invokable.java

    Severity Rule Message Line Col
    #A10719 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10720 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/MutableTypeToInstanceMap.java

    Severity Rule Message Line Col
    #A10721 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10722 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/Parameter.java

    Severity Rule Message Line Col
    #A10723 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10724 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/Reflection.java

    Severity Rule Message Line Col
    #A10725 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10726 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10727 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10728 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/TypeCapture.java

    Severity Rule Message Line Col
    #A10729 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10730 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/TypeParameter.java

    Severity Rule Message Line Col
    #A10731 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10732 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/TypeResolver.java

    Severity Rule Message Line Col
    #A10733 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10734 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10735 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10736 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10737 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10738 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10739 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20
    #A10740 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 20 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/TypeToken.java

    Severity Rule Message Line Col
    #A10741 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10742 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10743 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10744 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10745 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10746 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/reflect/Types.java

    Severity Rule Message Line Col
    #A10747 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10748 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10749 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10750 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10751 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.transform. 19
    #A10752 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterables.transform. 19 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AbstractCatchingFuture.java

    Severity Rule Message Line Col
    #A10753 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10754 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10755 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A10756 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A10757 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19
    #A10758 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19 62
    #A10759 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Platform.isInstanceOfThrowableClass. 20
    #A10760 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Platform.isInstanceOfThrowableClass. 20 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AbstractFuture.java

    Severity Rule Message Line Col
    #A10761 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10762 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10763 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18
    #A10764 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18 48
    #A10765 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19
    #A10766 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

    Severity Rule Message Line Col
    #A10767 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10768 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10769 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10770 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10771 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19
    #A10772 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19 57
    #A10773 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A10774 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AbstractService.java

    Severity Rule Message Line Col
    #A10775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10777 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10778 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10779 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10780 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10781 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 20
    #A10782 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 20 62
    #A10783 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 21
    #A10784 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 21 62
    #A10785 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 22
    #A10786 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 22 62
    #A10787 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 23
    #A10788 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 23 62
    #A10789 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 24
    #A10790 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 24 62
    #A10791 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 25
    #A10792 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 25 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java

    Severity Rule Message Line Col
    #A10793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10795 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18
    #A10796 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 18 56
    #A10797 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19
    #A10798 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.rejectionPropagatingExecutor. 19 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AggregateFuture.java

    Severity Rule Message Line Col
    #A10799 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10800 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10801 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A10802 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A10803 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.ALL_INPUT_FUTURES_PROCESSED. 19
    #A10804 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.ALL_INPUT_FUTURES_PROCESSED. 19 87
    #A10805 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 20
    #A10806 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 20 87
    #A10807 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21
    #A10808 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.getDone. 21 56
    #A10809 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22
    #A10810 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 22 62
    #A10811 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 23
    #A10812 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 23 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AggregateFutureState.java

    Severity Rule Message Line Col
    #A10813 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newConcurrentHashSet. 17
    #A10814 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newConcurrentHashSet. 17 45
    #A10815 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater. 18
    #A10816 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater. 18 68
    #A10817 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19
    #A10818 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater. 19 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AtomicDouble.java

    Severity Rule Message Line Col
    #A10819 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 17
    #A10820 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 17 31
    #A10821 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 18
    #A10822 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 18 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java

    Severity Rule Message Line Col
    #A10823 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 16
    #A10824 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.doubleToRawLongBits. 16 31
    #A10825 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 17
    #A10826 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Double.longBitsToDouble. 17 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/AtomicLongMap.java

    Severity Rule Message Line Col
    #A10827 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19
    #A10828 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 19 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/Callables.java

    Severity Rule Message Line Col
    #A10829 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10830 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/CollectionFuture.java

    Severity Rule Message Line Col
    #A10831 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. 17
    #A10832 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. 17 46
    #A10833 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 18
    #A10834 warning AvoidStaticImport Using a static member import should be avoided - java.util.Collections.unmodifiableList. 18 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/CombinedFuture.java

    Severity Rule Message Line Col
    #A10835 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10836 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10837 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 18
    #A10838 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE. 18 87

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

    Severity Rule Message Line Col
    #A10839 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10840 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ExecutionList.java

    Severity Rule Message Line Col
    #A10841 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10842 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

    Severity Rule Message Line Col
    #A10843 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10844 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10845 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.CANCELLED. 18
    #A10846 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.CANCELLED. 18 80
    #A10847 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.NOT_RUN. 19
    #A10848 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.NOT_RUN. 19 80
    #A10849 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.STARTED. 20
    #A10850 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.ExecutionSequencer.RunningState.STARTED. 20 80
    #A10851 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 21
    #A10852 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateCancelledFuture. 21 56
    #A10853 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22
    #A10854 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Futures.immediateFuture. 22 56
    #A10855 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23
    #A10856 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 23 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/FakeTimeLimiter.java

    Severity Rule Message Line Col
    #A10857 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10858 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/FluentFuture.java

    Severity Rule Message Line Col
    #A10859 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10860 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10861 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 18
    #A10862 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 18 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ForwardingFluentFuture.java

    Severity Rule Message Line Col
    #A10863 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10864 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/Futures.java

    Severity Rule Message Line Col
    #A10865 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10866 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10867 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18
    #A10868 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 18 51
    #A10869 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19
    #A10870 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19 57
    #A10871 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20
    #A10872 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 20 62
    #A10873 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 21
    #A10874 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 21 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/FuturesGetChecked.java

    Severity Rule Message Line Col
    #A10875 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10876 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10877 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 18
    #A10878 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Thread.currentThread. 18 31
    #A10879 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19
    #A10880 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 19 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ImmediateFuture.java

    Severity Rule Message Line Col
    #A10881 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10882 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/JdkFutureAdapters.java

    Severity Rule Message Line Col
    #A10883 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10884 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 18
    #A10886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly. 18 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ListenerCallQueue.java

    Severity Rule Message Line Col
    #A10887 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10888 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/Monitor.java

    Severity Rule Message Line Col
    #A10889 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10890 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10891 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 18
    #A10892 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 18 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/MoreExecutors.java

    Severity Rule Message Line Col
    #A10893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10895 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10896 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10897 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19
    #A10898 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/RateLimiter.java

    Severity Rule Message Line Col
    #A10899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10903 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19
    #A10904 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 19 57
    #A10905 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.max. 20
    #A10906 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.max. 20 29
    #A10907 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 21
    #A10908 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MICROSECONDS. 21 44
    #A10909 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22
    #A10910 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 22 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/SequentialExecutor.java

    Severity Rule Message Line Col
    #A10911 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10912 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10913 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.IDLE. 18
    #A10914 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.IDLE. 18 86
    #A10915 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUED. 19
    #A10916 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUED. 19 86
    #A10917 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUING. 20
    #A10918 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.QUEUING. 20 86
    #A10919 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.RUNNING. 21
    #A10920 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.RUNNING. 21 86

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/Service.java

    Severity Rule Message Line Col
    #A10921 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 17
    #A10922 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 17 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ServiceManager.java

    Severity Rule Message Line Col
    #A10923 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10924 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10925 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10926 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51
    #A10927 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19
    #A10928 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 19 51
    #A10929 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 20
    #A10930 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.equalTo. 20 48
    #A10931 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 21
    #A10932 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.in. 21 48
    #A10933 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22
    #A10934 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.instanceOf. 22 48
    #A10935 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23
    #A10936 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.not. 23 48
    #A10937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 24
    #A10938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 24 57
    #A10939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 25
    #A10940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 25 62
    #A10941 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 26
    #A10942 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.FAILED. 26 62
    #A10943 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 27
    #A10944 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.NEW. 27 62
    #A10945 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 28
    #A10946 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.RUNNING. 28 62
    #A10947 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 29
    #A10948 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STARTING. 29 62
    #A10949 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 30
    #A10950 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.STOPPING. 30 62
    #A10951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 31
    #A10952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Service.State.TERMINATED. 31 62
    #A10953 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 32
    #A10954 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 32 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java

    Severity Rule Message Line Col
    #A10955 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10956 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

    Severity Rule Message Line Col
    #A10959 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 17
    #A10960 warning AvoidStaticImport Using a static member import should be avoided - java.lang.Math.min. 17 29
    #A10961 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 18
    #A10962 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.SECONDS. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/ThreadFactoryBuilder.java

    Severity Rule Message Line Col
    #A10963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17
    #A10964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 17 51
    #A10965 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18
    #A10966 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 18 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/TimeLimiter.java

    Severity Rule Message Line Col
    #A10967 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 17
    #A10968 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 17 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/TimeoutFuture.java

    Severity Rule Message Line Col
    #A10969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 17
    #A10970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.MoreExecutors.directExecutor. 17 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/TrustedListenableFutureTask.java

    Severity Rule Message Line Col
    #A10971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/UncaughtExceptionHandlers.java

    Severity Rule Message Line Col
    #A10973 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 17
    #A10974 warning AvoidStaticImport Using a static member import should be avoided - java.util.logging.Level.SEVERE. 17 38

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/Uninterruptibles.java

    Severity Rule Message Line Col
    #A10975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 17
    #A10976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.util.concurrent.Internal.toNanosSaturated. 17 57
    #A10977 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 18
    #A10978 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.NANOSECONDS. 18 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/util/concurrent/WrappingExecutorService.java

    Severity Rule Message Line Col
    #A10979 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17
    #A10980 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 17 51
    #A10981 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18
    #A10982 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Throwables.throwIfUnchecked. 18 48